mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Update release.yml
This commit is contained in:
parent
eceb81d42c
commit
2e067a814d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
ARCHIVE_NAME: kiwix-3.8.1.apk
|
ARCHIVE_NAME: kiwix-3.8.1.apk
|
||||||
run: |
|
run: |
|
||||||
./gradlew assembleRelease
|
./gradlew assembleRelease
|
||||||
cp $UNIVERSAL_RELEASE_APK" $ARCHIVE_NAME"
|
cp $UNIVERSAL_RELEASE_APK $ARCHIVE_NAME
|
||||||
scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no "$ARCHIVE_NAME" ci@master.download.kiwix.org:/data/download/release/kiwix-android/
|
scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no "$ARCHIVE_NAME" ci@master.download.kiwix.org:/data/download/release/kiwix-android/
|
||||||
|
|
||||||
# This is temporary, once we will publish 3.7.0 then we will uncommented this code.
|
# This is temporary, once we will publish 3.7.0 then we will uncommented this code.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user