- minor fixes

This commit is contained in:
2023-02-18 23:41:47 +00:00
parent c1fc8b8e65
commit 61863985c2
3 changed files with 3 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ jobs:
- fastlane_setup_android
- run:
name: Build Android APK
command: flutter build apk
command: flutter build apk --dart-define=currencyApiKey=%CURRENCY_API_KEY%
- store_artifacts:
path: build/app/outputs/flutter-apk/app-release.apk
- run: