We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d86fb commit 2a3d479Copy full SHA for 2a3d479
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
ARCHIVE_NAME: kiwix-${{ github.event.release.tag_name }}.apk
37
run: |
38
./gradlew assembleRelease
39
- cp "$UNIVERSAL_RELEASE_APK" "$ARCHIVE_NAME"
+ cp ${UNIVERSAL_RELEASE_APK} ${ARCHIVE_NAME}
40
scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no "$ARCHIVE_NAME" [email protected]:/data/download/release/kiwix-android/
41
42
# This is temporary, once we will publish 3.7.0 then we will uncommented this code.
0 commit comments