Skip to content

Commit

Permalink
Update actions to build pro apk in release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Jul 8, 2023
1 parent 928b169 commit 8e141dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
build_apk:
name: Build harpy free .apk
name: Build harpy pro .apk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -42,8 +42,8 @@ jobs:
flutter build apk
--split-per-abi
--release
--flavor free
--dart-define flavor=free
--flavor pro
--dart-define flavor=pro
--dart-define twitter_consumer_key=${{ secrets.CONSUMER_KEY_FREE }}
--dart-define twitter_consumer_secret=${{ secrets.CONSUMER_SECRET_FREE }}
--dart-define sentry_dsn=${{ secrets.SENTRY_DSN_FREE }}
Expand Down

0 comments on commit 8e141dc

Please sign in to comment.