Update .forgejo/workflows/godot-html5.yml
Some checks failed
Build and Deploy Godot HTML5 / build (push) Failing after 24s
Test Runner / test (push) Successful in 3s

This commit is contained in:
Tanner Van Teeffelen 2026-05-09 01:31:23 -04:00
parent 3c5ce3caa8
commit 05b1421413

View file

@ -46,7 +46,7 @@ jobs:
- name: Build HTML5
run: |
mkdir -p build/html5
godot --headless --export-release "HTML5" build/html5/index.html
godot --headless --export-release "Web" build/html5/index.html
# ---------------------------
# 6. Deploy to Nginx folder