Skip to content

Commit

Permalink
chore: re-enable iOS ipa build
Browse files Browse the repository at this point in the history
  • Loading branch information
d1y committed Jun 24, 2024
1 parent 9f71908 commit 41c4485
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,15 @@ jobs:
flutter build apk --release
# flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi

# 我的iOS都升到18.0了, 还搞鸡毛啊
# - run: |
# flutter build ios --release --no-codesign
# cd build/ios/iphoneos
# mkdir Payload
# cd Payload
# ln -s ../Runner.app
# cd ..
# zip -r app.ipa Payload
# output is build/ios/iphoneos/app.ipa
- name: Build iOS ipa
run: |
flutter build ios --release --no-codesign
cd build/ios/iphoneos
mkdir Payload
cd Payload
ln -s ../Runner.app
cd ..
zip -r yoyo.ipa Payload
- name: Build macos
run: |
Expand All @@ -142,6 +141,7 @@ jobs:
with:
body_path: release-notes.txt
files: |
build/ios/iphoneos/yoyo.ipa
build/app/outputs/flutter-apk/*.apk
build/macos/Build/Products/Release/yoyo.mac.zip
yy-linux-x86_64.tar.gz
Expand Down

0 comments on commit 41c4485

Please sign in to comment.