Skip to content

Commit

Permalink
Tried to fix iOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jvrcruzGAMES committed Aug 10, 2024
1 parent 04c2706 commit 309e35d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
run: mkdir build/ios/iphoneos/Result/Payload
- name: Copy .app to Payload folder
run: mv build/ios/iphoneos/Runner.app build/ios/iphoneos/Result/Payload/Runner.app
- name: Zip to .ipa
uses: vimtor/action-zip@v1.2
with:
files: build/ios/iphoneos/Result/
dest: build/ios/iphoneos/squarecloud.ipa
- name: Install Zip Lib
uses: montudor/action-zip@v1
- name: Zip .app to .ipa
run: zip -qq -r squarecloud.ipa Result/
working-directory: build/ios/iphoneos
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 309e35d

Please sign in to comment.