mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
Update ios.yml
This commit is contained in:
11
.github/workflows/ios.yml
vendored
11
.github/workflows/ios.yml
vendored
@@ -2,17 +2,26 @@ name: Build for iOS
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
branch:
|
||||||
|
required: false
|
||||||
|
default: 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-macos-app:
|
build-macos-app:
|
||||||
name: Release IOS
|
name: Release IOS
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.inputs.branch }}
|
||||||
|
|
||||||
- name: Setup flutter
|
- name: Setup flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
|
|
||||||
- name: Set up xcode
|
- name: Set up xcode
|
||||||
uses: BoundfoxStudios/action-xcode-select@v1
|
uses: BoundfoxStudios/action-xcode-select@v1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user