builds godot
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e396686..0e1a166 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,6 +2,9 @@ name: Build godot 2d
on: workflow_dispatch
+env:
+ branch: 3.x
+
jobs:
build-templates:
runs-on: ubuntu-18.04
@@ -9,11 +12,11 @@ jobs:
- name: Build templates
uses: bend-n/godot-2d-builds/.github/actions/build-godot@main
with:
- branch: 3.x
+ branch: ${{ env.branch }}
tools: no
- platform: x11
target: release
artifact-name: godot-templates
+ flags: disable_3d=yes
build-editor:
runs-on: ubuntu-18.04
@@ -21,9 +24,8 @@ jobs:
- name: Build editor
uses: bend-n/godot-2d-builds/.github/actions/build-godot@main
with:
- branch: 3.x
+ branch: ${{ env.branch }}
tools: yes
- platform: x11
target: release_debug
artifact-name: godot-editor
@@ -33,7 +35,7 @@ jobs:
- name: Build headless
uses: bend-n/godot-2d-builds/.github/actions/build-godot@main
with:
- branch: 3.x
+ branch: ${{ env.branch }}
tools: yes
platform: server
target: release_debug