Skip to content

Commit 41c4485

Browse files
committed
chore: re-enable iOS ipa build
1 parent 9f71908 commit 41c4485

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,15 @@ jobs:
112112
flutter build apk --release
113113
# flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
114114

115-
# 我的iOS都升到18.0了, 还搞鸡毛啊
116-
# - run: |
117-
# flutter build ios --release --no-codesign
118-
# cd build/ios/iphoneos
119-
# mkdir Payload
120-
# cd Payload
121-
# ln -s ../Runner.app
122-
# cd ..
123-
# zip -r app.ipa Payload
124-
# output is build/ios/iphoneos/app.ipa
115+
- name: Build iOS ipa
116+
run: |
117+
flutter build ios --release --no-codesign
118+
cd build/ios/iphoneos
119+
mkdir Payload
120+
cd Payload
121+
ln -s ../Runner.app
122+
cd ..
123+
zip -r yoyo.ipa Payload
125124
126125
- name: Build macos
127126
run: |
@@ -142,6 +141,7 @@ jobs:
142141
with:
143142
body_path: release-notes.txt
144143
files: |
144+
build/ios/iphoneos/yoyo.ipa
145145
build/app/outputs/flutter-apk/*.apk
146146
build/macos/Build/Products/Release/yoyo.mac.zip
147147
yy-linux-x86_64.tar.gz

0 commit comments

Comments
 (0)