mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-01-11 22:40:23 +00:00
Project import generated by Copybara.
GitOrigin-RevId: 6aee00018e424b8efcc2a5589cc2d19460950a41
This commit is contained in:
parent
2c4e623670
commit
7be913b30b
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build-deploy.yaml
vendored
8
.github/workflows/build-deploy.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue