mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[godot] Manual dispatch for Godot 4 workflow.
This commit is contained in:
parent
5facf4a686
commit
4cdde9635a
14
.github/workflows/spine-godot-v4.yml
vendored
14
.github/workflows/spine-godot-v4.yml
vendored
@ -15,6 +15,20 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
godot_tag:
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
default: "Godot tag not specified!"
|
||||||
|
godot_version:
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
default: "Godot version not specified!"
|
||||||
|
godot_mono:
|
||||||
|
required: true
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user