Skip to content

Commit

Permalink
fixing build apk
Browse files Browse the repository at this point in the history
  • Loading branch information
crosbydoo committed Feb 12, 2024
1 parent 156e8a9 commit 0bcee9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Flutter Build
name: relese app

on:
push:
Expand All @@ -22,7 +22,7 @@ jobs:
- run: flutter pub get
- run: dart format
- run: flutter analyze .
- run: build apk --flavor production -t lib/main_production.dart
- run: flutter build apk --flavor production -t lib/main_production.dart
- uses: actions/upload-artifact@v1
with:
name: release-apk
Expand Down

0 comments on commit 0bcee9a

Please sign in to comment.