Merge pull request 'Fix Typo in Build Workflow' (#3) from snoweuph-patch-1 into stable
Some checks failed
Export Game
Some checks failed
Export Game
Reviewed-on: #3
This commit is contained in:
commit
3ae1886caf
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Export for Web
|
- name: Export for Web
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./builds/web/
|
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
|
- name: Package for Web
|
||||||
run: |
|
run: |
|
||||||
cd builds
|
cd builds
|
||||||
|
|
Reference in a new issue