builds godot
Diffstat (limited to '.github/workflows/manual-build-normal.yml')
-rw-r--r--.github/workflows/manual-build-normal.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/manual-build-normal.yml b/.github/workflows/manual-build-normal.yml
index f58e373..95a6212 100644
--- a/.github/workflows/manual-build-normal.yml
+++ b/.github/workflows/manual-build-normal.yml
@@ -7,6 +7,10 @@ on:
type: string
description: which ref to build
required: true
+ release:
+ type: string
+ default: "yes"
+ description: to make a release
# turn on when the godot5 is in dev
# schedule:
# - cron: '30 20 * * *'
@@ -14,11 +18,12 @@ on:
jobs:
all-dimensions:
name: Build ${{ inputs.ref }}
- uses: bend-n/godot-builds/.github/workflows/[email protected]
+ uses: bend-n/godot-builds/.github/workflows/reusable-build.yml@main
with:
ref: ${{ inputs.ref }}
name: godot
build-name: bendn
modules-path: ./.github/normal-build-modules.py
flags: ""
+ make-release: ${{ inputs.release }}
secrets: inherit