„.gitea/workflows/build.yml“ ändern
Some checks failed
Export Game Job

This commit is contained in:
Snoweuph 2023-04-05 09:20:59 +00:00
parent 51f7f01789
commit b13cb6acbd

View file

@ -27,14 +27,11 @@ jobs:
mv /root/.local/share/godot/templates /root/.local/share/godot/4.0.stable mv /root/.local/share/godot/templates /root/.local/share/godot/4.0.stable
mkdir -p /root/.local/share/godot/export_templates mkdir -p /root/.local/share/godot/export_templates
mv /root/.local/share/godot/4.0.stable /root/.local/share/godot/export_templates mv /root/.local/share/godot/4.0.stable /root/.local/share/godot/export_templates
echo "---"
/root/.local/share/godot/godot_executable/Godot_v4.0-stable_linux.x86_64 --version /root/.local/share/godot/godot_executable/Godot_v4.0-stable_linux.x86_64 --version
echo "---"
ls /root/.local/share/godot/
- name: setup Build Folders
run: mkdir -p ./builds/linux
- name: export for linux - name: export for linux
run: /root/.local/share/godot/godot_executable/Godot_v4.0-stable_linux.x86_64 /var/lib/actions/project.godot --headless --export-release Linux/X11 ./builds/linux run: |
mkdir -p ./builds/linux/
/root/.local/share/godot/godot_executable/Godot_v4.0-stable_linux.x86_64 /var/lib/actions/project.godot --headless --export-release Linux/X11 ./builds/linux/Game.x86_64
- name: print info - name: print info
run: | run: |
ls ls