„.gitea/workflows/build.yml“ ändern
All checks were successful
Export Game

This commit is contained in:
Snoweuph 2023-04-05 18:38:58 +00:00
parent 8c2402912c
commit cb9bb0068c

View file

@ -31,7 +31,7 @@ jobs:
- name: Export for Linux - name: Export for Linux
run: | run: |
mkdir -p ./builds/linux/ mkdir -p ./builds/linux/
/root/.local/share/godot/godot_executable/Godot_v4.0.2-stable_linux.x86_64 /var/lib/actions/project.godot -v -d --headless --export-release "Linux/X11" ./builds/linux/Game.x86_64 /root/.local/share/godot/godot_executable/Godot_v4.0.2-stable_linux.x86_64 /var/lib/actions/project.godot --headless --export-release "Linux/X11" ./builds/linux/Game.x86_64
- name: Package for Linux - name: Package for Linux
run: | run: |
cd builds cd builds