Fix bat execution

This commit is contained in:
FriwiDev 2021-10-25 13:55:27 +02:00
parent 0bfcfd382c
commit 5c1ac503f2

View File

@ -12,8 +12,9 @@ jobs:
- uses: actions/checkout@v1
-
name: Build
shell: cmd
run: |
compile_windows.bat amd64 Release
.\compile_windows.bat amd64 Release
-
name: Export artifacts
uses: actions/upload-artifact@v2
@ -28,8 +29,9 @@ jobs:
- uses: actions/checkout@v1
-
name: Build
shell: cmd
run: |
compile_windows.bat 386 Release
.\compile_windows.bat 386 Release
-
name: Export artifacts
uses: actions/upload-artifact@v2