ci-test (working now) #2
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue