Skip to content

Commit

Permalink
build(app): change workflow to build app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Sep 19, 2024
1 parent 0ce5b2e commit 6a4b09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: flutter analyze

build-android:
name: Build Android APK
name: Build Android App Bundle
needs: [lint]
runs-on: ubuntu-latest
steps:
Expand All @@ -47,7 +47,7 @@ jobs:
flutter-version: ${{ env.FLUTTER_VERSION }}
- run: flutter pub get
- run: flutter pub run build_runner build
- run: flutter build apk
- run: flutter build appbundle

build-ios:
name: Build iOS Package
Expand Down

0 comments on commit 6a4b09b

Please sign in to comment.