builds godot
Diffstat (limited to '.github/workflows/manual-build-normal.yml')
| -rw-r--r-- | .github/workflows/manual-build-normal.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/manual-build-normal.yml b/.github/workflows/manual-build-normal.yml index f1516f5..95a6212 100644 --- a/.github/workflows/manual-build-normal.yml +++ b/.github/workflows/manual-build-normal.yml @@ -7,8 +7,13 @@ on: type: string description: which ref to build required: true - schedule: - - cron: '30 20 * * *' + release: + type: string + default: "yes" + description: to make a release + # turn on when the godot5 is in dev + # schedule: + # - cron: '30 20 * * *' jobs: all-dimensions: @@ -20,4 +25,5 @@ jobs: build-name: bendn modules-path: ./.github/normal-build-modules.py flags: "" + make-release: ${{ inputs.release }} secrets: inherit |