Build from root cleanup modules file
Some checks failed
Build Game / Export Game Client (push) Failing after 1m4s
Some checks failed
Build Game / Export Game Client (push) Failing after 1m4s
This commit is contained in:
@ -65,14 +65,14 @@ jobs:
|
||||
mkdir -p build/windows
|
||||
|
||||
# "Windows Desktop" must match the name in your export_presets.cfg
|
||||
../godot_headless --headless --export-release "Windows Desktop" ../build/windows/game.exe
|
||||
./godot_headless --headless --export-release "Windows Desktop" ./build/windows/game.exe
|
||||
|
||||
- name: Export Linux Client
|
||||
run: |
|
||||
mkdir -p build/linux
|
||||
|
||||
# "Linux" must match the name in your export_presets.cfg
|
||||
../godot_headless --headless --export-release "Linux" ../build/linux/game.x86_64
|
||||
./godot_headless --headless --export-release "Linux" ./build/linux/game.x86_64
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
0
.gitmodules
vendored
0
.gitmodules
vendored
Reference in New Issue
Block a user