Skip to content

Commit

Permalink
Change iOS release
Browse files Browse the repository at this point in the history
  • Loading branch information
JLKwong authored Jul 24, 2021
1 parent 8336cd5 commit ba5440e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
- run: brew install tree
- run: |
cd /Users/runner/work/flutter-webview/flutter-webview/build/ios/iphoneos
mkdir Payload
cp -R Runner.app Payload
/usr/bin/zip -r Payload.ipa Payload iTunesArtwork #no iTunes
tree
ls -al
mkdir Payload
mv Runner.app Payload/Runner.app
tar -zcvf Payload.ipa Payload
- name: Upload binaries to release
Expand Down

0 comments on commit ba5440e

Please sign in to comment.