builds godot
Diffstat (limited to '.github/workflows/manual-build.yml')
| -rw-r--r-- | .github/workflows/manual-build.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml deleted file mode 100644 index 99751e1..0000000 --- a/.github/workflows/manual-build.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Manually build godot 2d - -on: - workflow_dispatch: - inputs: - ref: - type: string - description: which ref to build - required: true - -jobs: - manual-build: - name: Build ${{ inputs.ref }} - uses: bend-n/godot-builds/.github/workflows/reusable-build.yml@main - with: - ref: ${{ inputs.ref }} - secrets: inherit |