Skip to content

Commit e3a490f

Browse files
committed
Build and upload APK file to github release page
Closes #530
1 parent 36928d5 commit e3a490f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
env:
7272
WGER_API_KEY: ${{ secrets.WGER_API_KEY }}
7373

74+
- name: Build APK
75+
run: flutter build apk --release
76+
env:
77+
WGER_API_KEY: ${{ secrets.WGER_API_KEY }}
78+
7479
- name: Upload build to Play Store
7580
run: |
7681
bundle install
@@ -82,6 +87,7 @@ jobs:
8287
tag_name: ${{ env.VERSION }}
8388
files: |
8489
build/app/outputs/bundle/release/app-release.aab
90+
build/app/outputs/bundle/release/app-release.apk
8591
flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.tar.gz
8692
flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.sha256
8793

0 commit comments

Comments
 (0)