Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Oct 3, 2023
1 parent 79ade98 commit 907921e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install Dependencies
run: flutter pub get

- name: Build Unsigned APK
- name: Build APK
run: |
flutter build apk --release
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
release {
keyAlias System.getenv('FLUTTER_KEY_ALIAS') ?: ""
keyPassword System.getenv('FLUTTER_KEY_PASSWORD') ?: ""
storeFile "release-key.jks"
storeFile file("release-key.jks")
storePassword System.getenv('FLUTTER_STORE_PASSWORD') ?: ""
}
}
Expand Down

0 comments on commit 907921e

Please sign in to comment.