This commit is contained in:
parent
728e519623
commit
b29980553a
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ jobs:
|
||||||
&& rm -f Godot_v${{ vars.GODOT_VERSION }}-${{ vars.RELEASE_NAME}}_export_templates.tpz Godot_v${{ vars.GODOT_VERSION }}-${{ vars.RELEASE_NAME}}_${{ vars.GODOT_PLATFORM}}.zip
|
&& rm -f Godot_v${{ vars.GODOT_VERSION }}-${{ vars.RELEASE_NAME}}_export_templates.tpz Godot_v${{ vars.GODOT_VERSION }}-${{ vars.RELEASE_NAME}}_${{ vars.GODOT_PLATFORM}}.zip
|
||||||
|
|
||||||
mkdir -v -p build/windows
|
mkdir -v -p build/windows
|
||||||
godot --headless --verbose --export-release "Windows Desktop" build/windows/package.exe
|
godot --headless --verbose --export-release "Windows Desktop" build/windows/carotrauma.exe
|
||||||
mkdir -v -p build/linux
|
mkdir -v -p build/linux
|
||||||
godot --headless --verbose --export-release "Linux/X11" build/linux/package.exe
|
godot --headless --verbose --export-release "Linux/X11" build/linux/carotrauma
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: win32-artifacts
|
name: win32-artifacts
|
||||||
|
|
Loading…
Reference in a new issue