Commit 41c4485 1 parent 9f71908 commit 41c4485 Copy full SHA for 41c4485
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -112,16 +112,15 @@ jobs:
112
112
flutter build apk --release
113
113
# flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
114
114
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
125
124
126
125
- name : Build macos
127
126
run : |
@@ -142,6 +141,7 @@ jobs:
142
141
with :
143
142
body_path : release-notes.txt
144
143
files : |
144
+ build/ios/iphoneos/yoyo.ipa
145
145
build/app/outputs/flutter-apk/*.apk
146
146
build/macos/Build/Products/Release/yoyo.mac.zip
147
147
yy-linux-x86_64.tar.gz
You can’t perform that action at this time.
0 commit comments