builds godot
build 3.*.0--1
bendn 2022-08-07
parent 3edf7bc · commit 0323236
-rw-r--r--.github/workflows/build-3-all.yml12
-rw-r--r--.github/workflows/build-3.x.yml1
2 files changed, 12 insertions, 1 deletions
diff --git a/.github/workflows/build-3-all.yml b/.github/workflows/build-3-all.yml
new file mode 100644
index 0000000..eae4474
--- /dev/null
+++ b/.github/workflows/build-3-all.yml
@@ -0,0 +1,12 @@
+name: Build godot 3.5 stable
+
+on:
+ workflow_dispatch:
+
+jobs:
+ build3-5-stable:
+ name: Build 3.5 stable
+ uses: bend-n/godot-2d-builds/.github/workflows/reusable-build.yml@main
+ with:
+ ref: 3.5-stable
+ secrets: inherit
diff --git a/.github/workflows/build-3.x.yml b/.github/workflows/build-3.x.yml
index a223b49..3d3f5d1 100644
--- a/.github/workflows/build-3.x.yml
+++ b/.github/workflows/build-3.x.yml
@@ -5,7 +5,6 @@ on:
push:
branches:
- main
- pull_request:
jobs:
build-3x: