Skip to content

Commit

Permalink
Fixes a small bug in the apk dir variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gouri-panda authored and kelson42 committed Dec 3, 2023
1 parent f6d86fb commit 2a3d479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" [email protected]:/data/download/release/kiwix-android/
# This is temporary, once we will publish 3.7.0 then we will uncommented this code.
Expand Down

0 comments on commit 2a3d479

Please sign in to comment.