File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches : [main]
66 workflow_dispatch :
77
8- jobs :
9- build_templates :
10- runs-on : ubuntu-latest
11- env :
8+ env :
129 GODOT_VERSION : 4.5.1
1310 GODOT_SUB : stable
1411 GODOT_DOWNLOAD_DIR : https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}-${GODOT_SUB}
1512 SCONSFLAGS : verbose=yes warnings=all use_lto=yes
1613
14+ jobs :
15+ build_templates :
16+ runs-on : ubuntu-latest
17+
1718 steps :
1819 - name : Checkout current repo
1920 uses : actions/checkout@v4
9293 path : export_templates_windows.zip
9394 build_linux_aarch64_template :
9495 runs-on : ubuntu-24.04-arm
95- env :
96- GODOT_VERSION : 4.5.1
97- GODOT_SUB : stable
98- GODOT_DOWNLOAD_DIR : https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}-${GODOT_SUB}
99- SCONSFLAGS : verbose=yes warnings=all use_lto=yes arch=arm64
10096
10197 steps :
10298 - name : Checkout current repo
You can’t perform that action at this time.
0 commit comments