Skip to content

Commit

Permalink
remove ipa build
Browse files Browse the repository at this point in the history
  • Loading branch information
ImaginedTime committed Jul 28, 2024
1 parent 9580f21 commit b24f596
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,9 @@ jobs:
architecture: x64

- run: flutter build apk --release --split-per-abi --obfuscate --split-debug-info=build/app/outputs/symbols
- 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: Push to Releases
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*,build/ios/iphoneos/app.ipa"
artifacts: "build/app/outputs/apk/release/*"
tag: v1.0.${{ github.run_number }}
token: ${{ secrets.TOKEN }}

0 comments on commit b24f596

Please sign in to comment.