builds godot
Diffstat (limited to '.github/workflows/manual-build-2d.yml')
-rw-r--r--.github/workflows/manual-build-2d.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/manual-build-2d.yml b/.github/workflows/manual-build-2d.yml
index 694a46f..77bbc9a 100644
--- a/.github/workflows/manual-build-2d.yml
+++ b/.github/workflows/manual-build-2d.yml
@@ -7,20 +7,15 @@ 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/reusable-build.yml@main
+ uses: bend-n/godot-builds/.github/workflows/[email protected]
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