Skip to content

Commit dcb616b

Browse files
authored
ci: Bump endlessm/godot-export-action from 1 to 2 (#90)
2 parents 7f3e996 + 34a5f12 commit dcb616b

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/export.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
with:
2323
lfs: true
2424

25-
- uses: endlessm/godot-export-action@v1
25+
- uses: endlessm/godot-export-action@v2
2626
with:
2727
godot_version: "4.6"
28+
export_preset: "Web"
2829

2930
- name: Upload web artifact
3031
uses: actions/upload-artifact@v7

build/.gdignore

Whitespace-only changes.

build/web/.gdignore

Whitespace-only changes.

export_presets.cfg

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
name="Web"
44
platform="Web"
55
runnable=true
6-
advanced_options=false
76
dedicated_server=false
87
custom_features=""
98
export_filter="all_resources"
109
include_filter=""
1110
exclude_filter=""
12-
export_path=""
11+
export_path="build/web/index.html"
1312
patches=PackedStringArray()
13+
patch_delta_encoding=false
14+
patch_delta_compression_level_zstd=19
15+
patch_delta_min_reduction=0.1
16+
patch_delta_include_filters="*"
17+
patch_delta_exclude_filters=""
1418
encryption_include_filters=""
1519
encryption_exclude_filters=""
1620
seed=0
@@ -41,3 +45,5 @@ progressive_web_app/icon_144x144=""
4145
progressive_web_app/icon_180x180=""
4246
progressive_web_app/icon_512x512=""
4347
progressive_web_app/background_color=Color(0, 0, 0, 1)
48+
threads/emscripten_pool_size=8
49+
threads/godot_pool_size=4

0 commit comments

Comments
 (0)