Skip to content

Commit

Permalink
Atualizar o gh Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvrcruzGAMES authored Aug 6, 2024
1 parent dba8baa commit 2cc3a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
- name: Archive production artifacts
run: mkdir build/ios/iphoneos/Payload
- name: Copy .app to Payload
run: cp -r build/ios/iphoneos/Runner.app build/ios/iphoneos/Payload
run: mv build/ios/iphoneos/Runner.app build/ios/iphoneos/Payload/Runner.app
- name: Zip .app
uses: vimtor/[email protected]
with:
files: build/ios/iphoneos/Payload
files: build/ios/iphoneos/Payload/
dest: build/ios/iphoneos/squarecloud.ipa
- name: Archive production artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 2cc3a4a

Please sign in to comment.