mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-03 10:09:43 +03:00
Fix command concat for windows cmd in build action
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -24,6 +24,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: windows-release
|
||||
run: ./build_libs_release.bat && scons platform=windows target=release
|
||||
run: ./build_libs_release.bat & scons platform=windows target=release
|
||||
- name: windows-debug
|
||||
run: ./build_libs_debug.bat && scons platform=windows target=debug
|
||||
run: ./build_libs_debug.bat & scons platform=windows target=debug
|
||||
|
||||
Reference in New Issue
Block a user