CI: Whoops

This commit is contained in:
Jérôme Leclercq 2021-05-08 16:23:13 +02:00
parent ac9193a925
commit 1c69c21a9f
1 changed files with 2 additions and 2 deletions

View File

@ -68,11 +68,11 @@ jobs:
# Build the engine
- name: Build Nazara
run: xmake.exe
run: xmake
# Install the result files
- name: Install Nazara
run: xmake.exe install -vo package
run: xmake install -vo package
# Upload artifacts
- uses: actions/upload-artifact@v2