Skip to content

Commit

Permalink
Project import generated by Copybara.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 6aee00018e424b8efcc2a5589cc2d19460950a41
  • Loading branch information
Madari Developers committed Jan 3, 2025
1 parent 2c4e623 commit 7be913b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,17 @@ jobs:
- name: Build iOS
run: flutter build ios --release --no-codesign

- name: Pack IPA
run: "mkdir build/ios/iphoneos/Payload && mv build/ios/iphoneos/Runner.app build/ios/iphoneos/Payload"

- name: Zip Ipa
run: "zip -qq -r -9 app.ipa build/ios/iphoneos/Payload"

- name: Upload iOS artifact
uses: actions/upload-artifact@v4
with:
name: ios-build
path: build/ios/iphoneos/Runner.app
path: app.ipa

build_linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7be913b

Please sign in to comment.