mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
fixes #2706
This commit is contained in:
parent
ae750417ea
commit
670b7dbcb1
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -40,6 +40,9 @@ jobs:
|
||||
|
||||
- name: Publish app to download.kiwix.org
|
||||
env:
|
||||
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
|
||||
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
|
||||
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
|
||||
UNIVERSAL_RELEASE_APK: app/build/outputs/apk/release/*universal*.apk
|
||||
run: |
|
||||
./gradlew publishReleaseApk
|
||||
|
Loading…
x
Reference in New Issue
Block a user