Compare commits
No commits in common. "f7f56829240ef07a4a7b4f20a57f684681bfbf28" and "5fd870c5076647e27f7295d32d49fa3ada3fdaff" have entirely different histories.
f7f5682924
...
5fd870c507
34
.github/workflows/ios.yml
vendored
34
.github/workflows/ios.yml
vendored
@ -1,34 +0,0 @@
|
||||
name: Build iOS IPA
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-ios:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: stable
|
||||
|
||||
- name: Install Dependencies
|
||||
run: flutter pub get
|
||||
|
||||
- name: Install CocoaPods
|
||||
run: |
|
||||
cd ios
|
||||
pod install
|
||||
|
||||
- name: Build IPA
|
||||
run: flutter build ipa --release --no-codesign
|
||||
|
||||
- name: Upload IPA Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ios-ipa
|
||||
path: build/ios/ipa/*.ipa
|
||||
Loading…
x
Reference in New Issue
Block a user