Fix msys2 CI

This commit is contained in:
Jérôme Leclercq 2023-08-03 23:42:43 +02:00 committed by GitHub
parent 3844f41c1b
commit 8bfa5b4614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ jobs:
# Run unit tests # Run unit tests
- name: Run unit tests - name: Run unit tests
if: matrix.mode != 'releasedbg if: matrix.mode != 'releasedbg'
run: xmake run UnitTests run: xmake run UnitTests
# Setup installation configuration # Setup installation configuration
@ -117,4 +117,4 @@ jobs:
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: nazaraengine-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.mode }} name: nazaraengine-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.mode }}
path: package path: package