mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-22 23:36:36 +08:00
Fix bat execution
This commit is contained in:
parent
0bfcfd382c
commit
5c1ac503f2
6
.github/workflows/build-windows.yml
vendored
6
.github/workflows/build-windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user