builds godot
Diffstat (limited to '.github/workflows/build-3-all.yml')
-rw-r--r--.github/workflows/build-3-all.yml12
1 files changed, 12 insertions, 0 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