Attempt to fix syntax error

This commit is contained in:
FriwiDev 2021-10-25 14:00:59 +02:00
parent 5c1ac503f2
commit 96310d6bea

View File

@ -14,7 +14,7 @@ jobs:
name: Build
shell: cmd
run: |
.\compile_windows.bat amd64 Release
cmd.exe /k compile_windows.bat amd64 Release
-
name: Export artifacts
uses: actions/upload-artifact@v2
@ -31,7 +31,7 @@ jobs:
name: Build
shell: cmd
run: |
.\compile_windows.bat 386 Release
cmd.exe /k compile_windows.bat 386 Release
-
name: Export artifacts
uses: actions/upload-artifact@v2