builds godot
Diffstat (limited to '.github/workflows/manual-build-2d.yml')
-rw-r--r--.github/workflows/manual-build-2d.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/manual-build-2d.yml b/.github/workflows/manual-build-2d.yml
index 77bbc9a..694a46f 100644
--- a/.github/workflows/manual-build-2d.yml
+++ b/.github/workflows/manual-build-2d.yml
@@ -7,15 +7,20 @@ on:
type: string
description: which ref to build
required: true
-
+ release:
+ type: string
+ default: "yes"
+ description: to make a release
+
jobs:
two-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-2d
build-name: bendn.2D
modules-path: ./.github/2d-build-modules.py
flags: ""
+ make-release: ${{ inputs.release }}
secrets: inherit