Skip to content

Commit

Permalink
Update build_app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNjeim authored Jun 29, 2024
1 parent 41ca03f commit 665d0b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "v*.*.*"
env:
librescore_b_name: ${{ secrets.LIBRESCORE_B_NAME }}

jobs:
release:
Expand Down Expand Up @@ -135,7 +137,7 @@ Installation instructions are in the [README](https://github.com/LibreScore/${{
mv ./build/app/outputs/flutter-apk/app-arm64-v8a-release.apk ./${{ secrets.LIBRESCORE_B_NAME }}-arm64-v8a.apk
mv ./build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk ./${{ secrets.LIBRESCORE_B_NAME }}-armeabi-v7a.apk
mv ./build/app/outputs/flutter-apk/app-x86_64-release.apk ./${{ secrets.LIBRESCORE_B_NAME }}-x86_64.apk
./meta.sh
./meta.sh &>/dev/null
- name: Upload APK
if: matrix.os == 'ubuntu-latest'
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 665d0b3

Please sign in to comment.