upload contains "windows" in GH Actions

This commit is contained in:
Kazuki Y
2022-12-08 02:07:19 +09:00
committed by GitHub
parent 65bedac389
commit 49fa7fcc44

View File

@@ -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