Compare commits

..

No commits in common. "3ae1886cafde5a615ff31f6e0ce84411c3d42831" and "1b6ac9984d442e067fef2ccc36bb212d72c44491" have entirely different histories.

View file

@ -34,7 +34,7 @@ jobs:
- name: Export for Web
run: |
mkdir -p ./builds/web/
/root/.local/share/godot/godot_executable/Godot_v4.0.2-stable_linux.x86_64 /var/lib/actions/project.godot -q --headless --export-release "Web" ./builds/web/Game.html
/root/.local/share/godot/godot_executable/Godot_v4.0.2-stable_linux.x86_64 /var/lib/actions/project.godot -q --headless --export-release "Web" ./builds/linux/Game.html
- name: Package for Web
run: |
cd builds