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

This commit is contained in:
Snoweuph 2023-04-05 07:42:28 +00:00
parent d252a9d95f
commit ae22173e58

View file

@ -26,8 +26,14 @@ jobs:
unzip /root/.local/share/godot/godot_templates.tpz -d /root/.local/share/godot unzip /root/.local/share/godot/godot_templates.tpz -d /root/.local/share/godot
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
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
pwd echo "---"
ls /root/.local/share/godot/templates
echo "---"
ls /root/.local/share/godot/4.0.stable
echo "---"
ls /root/.local/share/godot/export_templates
- name: setup Build Folders - name: setup Build Folders
run: mkdir -p ./builds/linux run: mkdir -p ./builds/linux
- name: export for linux - name: export for linux