Merge pull request #3570 from kiwix/Fix-3569

This commit is contained in:
Kelson 2023-12-02 20:38:09 +01:00 committed by GitHub
commit db4945d549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ jobs:
ARCHIVE_NAME: kiwix-${{ github.event.release.tag_name }}.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.