Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Oct 15, 2024
1 parent 939c11c commit e81cafc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ jobs:
cmake --build _build \
--target install \
--config ${{ matrix.build-type }}
- name: Rename install_manifest.txt
- name: Rename install-manifest.txt
run: |
echo "# $CMAKE_COMMAND" > _build/install_manifest-${{ matrix.build }}.txt
sort _build/install_manifest.txt >> _build/install_manifest-${{ matrix.build }}.txt
- name: Upload install_manifest.txt
echo "# $CMAKE_COMMAND" > _build/install-manifest-${{ matrix.build }}.txt
sort _build/install-manifest.txt >> _build/install-manifest-${{ matrix.build }}.txt
- name: Upload install-manifest.txt
uses: actions/upload-artifact@v3
with:
name: install-manifest-${{ matrix.build }}
Expand All @@ -195,7 +195,7 @@ jobs:
# share/ci/scripts/linux/validate_openexr_libs.sh _install
share/ci/scripts/validate_install.py \
_build/install-manifest-${{ matrix.build }}.txt \
share/ci/install_manifest.txt \
share/ci/install-manifest.txt \
$PWD/_install \
${{ matrix.BUILD_SHARED_LIBS }} \
${{ matrix.OPENEXR_INSTALL_PKG_CONFIG }} \
Expand Down
File renamed without changes.

0 comments on commit e81cafc

Please sign in to comment.