Merge pull request 'Fix Typo in Build Workflow' (#3) from snoweuph-patch-1 into stable
Some checks failed
Export Game

Reviewed-on: #3
This commit is contained in:
Snoweuph 2023-04-07 08:59:23 +00:00
commit 3ae1886caf

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/linux/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/web/Game.html
- name: Package for Web
run: |
cd builds