mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-28 23:50:48 -04:00
Merge pull request #3570 from kiwix/Fix-3569
This commit is contained in:
commit
db4945d549
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user