upload contains "windows" in GH Actions
parent
65bedac389
commit
49fa7fcc44
|
@ -128,7 +128,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: matrix.name == 'windows-msvc'
|
||||
if: contains(matrix.name, 'windows')
|
||||
with:
|
||||
name: 'assimp-bins-${{ matrix.name }}-${{ github.sha }}'
|
||||
path: build/bin
|
||||
|
|
Loading…
Reference in New Issue