mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
removed publishReleaseApk to assembleRelease in download.kiwix.org
This commit is contained in:
parent
a0bb91b117
commit
e11613bd4a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
|
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
|
||||||
UNIVERSAL_RELEASE_APK: app/build/outputs/apk/release/*universal*.apk
|
UNIVERSAL_RELEASE_APK: app/build/outputs/apk/release/*universal*.apk
|
||||||
run: |
|
run: |
|
||||||
./gradlew publishReleaseApk
|
./gradlew assembleRelease
|
||||||
cp $UNIVERSAL_RELEASE_APK kiwix-${TAG}.apk
|
cp $UNIVERSAL_RELEASE_APK kiwix-${TAG}.apk
|
||||||
scp -vrp -i ssh_key -o StrictHostKeyChecking=no kiwix-${TAG}.apk ci@download.kiwix.org:/data/download/release/kiwix-android/
|
scp -vrp -i ssh_key -o StrictHostKeyChecking=no kiwix-${TAG}.apk ci@download.kiwix.org:/data/download/release/kiwix-android/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user