Skip to content

Commit

Permalink
Update build-f-droid-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 8, 2024
1 parent d115775 commit ee29125
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build FDroid APK
on:
workflow_dispatch:
push:
branches:
- master
tags:
- 'fdroid-v*.*.*'
paths-ignore:
Expand Down Expand Up @@ -85,6 +87,7 @@ jobs:
- name: Build apk
run: |
cd android
./gradlew -v
./gradlew assembleRelease -Pkotlin.jvm.target=17 --no-daemon
## sign generated apk
Expand Down

0 comments on commit ee29125

Please sign in to comment.