upload contains "windows" in GH Actions

pull/4839/head
Kazuki Y 2022-12-08 02:07:19 +09:00 committed by GitHub
parent 65bedac389
commit 49fa7fcc44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ jobs:
shell: bash shell: bash
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
if: matrix.name == 'windows-msvc' if: contains(matrix.name, 'windows')
with: with:
name: 'assimp-bins-${{ matrix.name }}-${{ github.sha }}' name: 'assimp-bins-${{ matrix.name }}-${{ github.sha }}'
path: build/bin path: build/bin