mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-13 20:53:46 +08:00
Fix bat execution
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user