GH: Add iOS and Android to the runner workflow
This commit is contained in:
parent
fdc0cda9c4
commit
cccdf9578a
|
@ -12,13 +12,19 @@ on:
|
||||||
default: master
|
default: master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# android-build:
|
android-build:
|
||||||
# name: 🤖 Android
|
name: 🤖 Android
|
||||||
# uses: ./.github/workflows/android.yml
|
uses: ./.github/workflows/android.yml
|
||||||
|
with:
|
||||||
|
godot_treeish: ${{ inputs.godot_treeish }}
|
||||||
|
limboai_treeish: ${{ inputs.limboai_treeish }}
|
||||||
|
|
||||||
# ios-build:
|
ios-build:
|
||||||
# name: 🍏 iOS
|
name: 🍏 iOS
|
||||||
# uses: ./.github/workflows/ios.yml
|
uses: ./.github/workflows/ios.yml
|
||||||
|
with:
|
||||||
|
godot_treeish: ${{ inputs.godot_treeish }}
|
||||||
|
limboai_treeish: ${{ inputs.limboai_treeish }}
|
||||||
|
|
||||||
linux-build:
|
linux-build:
|
||||||
name: 🐧 Linux
|
name: 🐧 Linux
|
||||||
|
|
Loading…
Reference in New Issue