Fix Typo in Build Workflow

This commit is contained in:
Snoweuph 2023-04-07 08:59:09 +00:00
parent 1b6ac9984d
commit 4f53918fdf

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