Skip to content

Commit 02604d9

Browse files
committed
most environment variables out of jobs to reduce duplication
1 parent 3e1f380 commit 02604d9

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/godot-templates-build.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ on:
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
@@ -92,11 +93,6 @@ jobs:
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

0 commit comments

Comments
 (0)