Fix Typo in Build Workflow
This commit is contained in:
parent
1b6ac9984d
commit
4f53918fdf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue