diff --git a/.github/workflows/ci_steps.yml b/.github/workflows/ci_steps.yml index 9349cec8d5..57eb6b4af3 100644 --- a/.github/workflows/ci_steps.yml +++ b/.github/workflows/ci_steps.yml @@ -161,6 +161,13 @@ jobs: sort _build/install_manifest.txt | sed -e "s:^.*/_install/::" >> "_build/$INSTALL_MANIFEST" shell: bash + - name: Upload install_manifest.txt + # Upload the manifest to make it possible to download for inspection and debugging + uses: actions/upload-artifact@v4 + with: + name: ${{ env.INSTALL_MANIFEST }} + path: _build/${{ env.INSTALL_MANIFEST }} + - name: Validate install if: ${{ inputs.validate_install == 'ON' }} # Validate that the build has installed the proper files by comparing against the appropriate reference manifest