Skip to content

Commit

Permalink
Updated Gh Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvrcruzGAMES committed Aug 4, 2024
1 parent 7116a2c commit cbd22f2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
run: flutter pub get
- name: Build APK
run: flutter build apk --release
- name: Rename APK
run: mv build/app/outputs/flutter-apk/app-release.apk build/app/outputs/flutter-apk/squarecloud.apk
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: squarecloudapp.apk
path: build/app/outputs/flutter-apk/app-release.apk
name: squarecloud.apk
path: build/app/outputs/flutter-apk/squarecloud.apk
build-ios:
runs-on: macos-latest
steps:
Expand All @@ -51,5 +53,5 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: squarecloudapp.ipa
name: squarecloud.ipa
path: build/ios/iphoneos/squarecloud.ipa

0 comments on commit cbd22f2

Please sign in to comment.