GH: Add iOS and Android to the runner workflow

This commit is contained in:
Serhii Snitsaruk 2023-08-01 17:33:18 +02:00
parent fdc0cda9c4
commit cccdf9578a
1 changed files with 12 additions and 6 deletions

View File

@ -12,13 +12,19 @@ on:
default: master
jobs:
# android-build:
# name: 🤖 Android
# uses: ./.github/workflows/android.yml
android-build:
name: 🤖 Android
uses: ./.github/workflows/android.yml
with:
godot_treeish: ${{ inputs.godot_treeish }}
limboai_treeish: ${{ inputs.limboai_treeish }}
# ios-build:
# name: 🍏 iOS
# uses: ./.github/workflows/ios.yml
ios-build:
name: 🍏 iOS
uses: ./.github/workflows/ios.yml
with:
godot_treeish: ${{ inputs.godot_treeish }}
limboai_treeish: ${{ inputs.limboai_treeish }}
linux-build:
name: 🐧 Linux