mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-20 06:16:37 +08:00
Attempt to fix syntax error
This commit is contained in:
parent
5c1ac503f2
commit
96310d6bea
4
.github/workflows/build-windows.yml
vendored
4
.github/workflows/build-windows.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
.\compile_windows.bat amd64 Release
|
cmd.exe /k compile_windows.bat amd64 Release
|
||||||
-
|
-
|
||||||
name: Export artifacts
|
name: Export artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
.\compile_windows.bat 386 Release
|
cmd.exe /k compile_windows.bat 386 Release
|
||||||
-
|
-
|
||||||
name: Export artifacts
|
name: Export artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user