Skip to content

Commit 04640e4

Browse files
committed
Add fix
1 parent 96ba56a commit 04640e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci_steps.yml

+7
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ jobs:
161161
sort _build/install_manifest.txt | sed -e "s:^.*/_install/::" >> "_build/$INSTALL_MANIFEST"
162162
shell: bash
163163

164+
- name: Upload install_manifest.txt
165+
# Upload the manifest to make it possible to download for inspection and debugging
166+
uses: actions/upload-artifact@v4
167+
with:
168+
name: ${{ env.INSTALL_MANIFEST }}
169+
path: _build/${{ env.INSTALL_MANIFEST }}
170+
164171
- name: Validate install
165172
if: ${{ inputs.validate_install == 'ON' }}
166173
# Validate that the build has installed the proper files by comparing against the appropriate reference manifest

0 commit comments

Comments
 (0)