mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-23 07:36:38 +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
|
- uses: actions/checkout@v1
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
compile_windows.bat amd64 Release
|
.\compile_windows.bat amd64 Release
|
||||||
-
|
-
|
||||||
name: Export artifacts
|
name: Export artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@ -28,8 +29,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
compile_windows.bat 386 Release
|
.\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