Skip to content

Commit

Permalink
Build and upload APK file to github release page
Browse files Browse the repository at this point in the history
Closes #530
  • Loading branch information
rolandgeider committed May 12, 2024
1 parent 36928d5 commit e3a490f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e3a490f

Please sign in to comment.