Build and upload APK file to github release page

Closes #530
This commit is contained in:
Roland Geider
2024-05-12 16:49:56 +02:00
parent 36928d540c
commit e3a490f2e7

View File

@@ -71,6 +71,11 @@ jobs:
env:
WGER_API_KEY: ${{ secrets.WGER_API_KEY }}
- name: Build APK
run: flutter build apk --release
env:
WGER_API_KEY: ${{ secrets.WGER_API_KEY }}
- name: Upload build to Play Store
run: |
bundle install
@@ -82,6 +87,7 @@ jobs:
tag_name: ${{ env.VERSION }}
files: |
build/app/outputs/bundle/release/app-release.aab
build/app/outputs/bundle/release/app-release.apk
flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.tar.gz
flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.sha256