ci-test (working now) #2

Merged
Snoweuph merged 82 commits from ci-test into master 2023-04-05 19:20:53 +00:00
Showing only changes of commit b13cb6acbd - Show all commits

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