Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlTeveDev authored Jul 6, 2024
1 parent a5b22fd commit dd89db1
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,15 @@ jobs:
working-directory: ./
flutterfire: false

- run: |
cd archive
cd Runner.xcarchive
cd Products
working-directory: build/ios
- run: mkdir Payload
working-directory: build/ios/archive/Runner.xcarchive/Products/Applocations
working-directory: build/ios/archive/Runner.xcarchive/Products/Applications

- run: mv Runner.app/ Payload
working-directory: build/ios/archive/Runner.xcarchive/Products/Applocations
working-directory: build/ios/archive/Runner.xcarchive/Products/Applications

- name: Zip output
run: zip -qq -r -9 FlutterIpaExport.ipa Payload
working-directory: build/ios/archive/Runner.xcarchive/Products/Applocations
working-directory: build/ios/archive/Runner.xcarchive/Products/Applications

- name: Archive IPA
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit dd89db1

Please sign in to comment.