Skip to content

Commit

Permalink
Updated Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvrcruzGAMES committed Aug 4, 2024
1 parent 5bba07d commit 7116a2c
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 @@ -25,7 +25,7 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: squarecloudapp
name: squarecloudapp.apk
path: build/app/outputs/flutter-apk/app-release.apk
build-ios:
runs-on: macos-latest
Expand All @@ -51,5 +51,5 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: squarecloudapp
name: squarecloudapp.ipa
path: build/ios/iphoneos/squarecloud.ipa

0 comments on commit 7116a2c

Please sign in to comment.