Skip to content

Commit

Permalink
ios build disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanm08 committed May 21, 2023
1 parent 4252e05 commit 521b5bb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ jobs:
run: flutter pub get
- name: Build Android App
run: flutter build apk --split-per-abi
- name: Build iOS App
run: |
flutter build ios --no-codesign
cd build/ios/iphoneos
mkdir Payload
cd Payload
ln -s ../Runner.app
cd ..
zip -r app.ipa Payload
# - name: Build iOS App
# run: |
# flutter build ios --no-codesign
# cd build/ios/iphoneos
# mkdir Payload
# cd Payload
# ln -s ../Runner.app
# cd ..
# zip -r app.ipa Payload
# - name: Build Fuchsia App
# run: |
# flutter config — enable-fuchsia
Expand Down

0 comments on commit 521b5bb

Please sign in to comment.