Update ios.yml

This commit is contained in:
bggRGjQaUbCoE
2024-09-01 16:38:25 +08:00
committed by GitHub
parent b87a432711
commit 280f690f8b

View File

@@ -2,17 +2,26 @@ name: Build for iOS
on:
workflow_dispatch:
inputs:
branch:
required: false
default: 'main'
jobs:
build-macos-app:
name: Release IOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- name: Set up xcode
uses: BoundfoxStudios/action-xcode-select@v1