Skip to content

Commit

Permalink
fix ccpp.yml - build both hunter or not
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu0617 committed Dec 12, 2022
1 parent 53f0d5d commit 4b523e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
shell: bash

- uses: actions/upload-artifact@v3
if: contains(matrix.name,'windows-latest-cl')
if: contains(matrix.name,'windows')
with:
name: 'assimp-bins-${{ matrix.name }}-${{ github.sha }}'
path: build/bin

0 comments on commit 4b523e9

Please sign in to comment.