builds godot
Diffstat (limited to '.github/workflows/manual-build.yml')
-rw-r--r--.github/workflows/manual-build.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml
deleted file mode 100644
index 137f340..0000000
--- a/.github/workflows/manual-build.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-name: Manually build godot
-
-on:
- workflow_dispatch:
- inputs:
- ref:
- type: string
- description: which ref to build
- required: true
-
-jobs:
- two-dimensions:
- name: Build ${{ inputs.ref }} (2d)
- uses: bend-n/godot-builds/.github/workflows/reusable-build.yml@main
- with:
- ref: ${{ inputs.ref }}
- name: godot-2d
- build-name: 2d
- modules-path: ./.github/2d-build-modules.py
- flags: ""
- secrets: inherit
- all-dimensions:
- name: Build ${{ inputs.ref }} (normal)
- uses: bend-n/godot-builds/.github/workflows/reusable-build.yml@main
- with:
- ref: ${{ inputs.ref }}
- name: godot
- build-name: normal
- modules-path: ./.github/normal-build-modules.py
- flags: ""
- secrets: inherit