Update release.yml

This commit is contained in:
gouri-panda 2023-12-03 20:34:49 +05:30 committed by GitHub
parent eceb81d42c
commit 2e067a814d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
ARCHIVE_NAME: kiwix-3.8.1.apk
run: |
./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/
# This is temporary, once we will publish 3.7.0 then we will uncommented this code.