Skip to content

Commit dceba07

Browse files
Make HTML5 build headless
1 parent 7f0af8b commit dceba07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Web Build
3535
run: |
3636
mkdir -v -p build/web
37-
godot -v --export-release "html5"
37+
godot -v --export-release "html5" --headless
3838
# - uses: KikimoraGames/[email protected]
3939
# with:
4040
# butlerApiKey: ${{secrets.BUTLER_API_KEY}}

0 commit comments

Comments
 (0)