Skip to content

Commit 2a3d479

Browse files
gouri-pandakelson42
authored andcommitted
Fixes a small bug in the apk dir variable
1 parent f6d86fb commit 2a3d479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ARCHIVE_NAME: kiwix-${{ github.event.release.tag_name }}.apk
3737
run: |
3838
./gradlew assembleRelease
39-
cp "$UNIVERSAL_RELEASE_APK" "$ARCHIVE_NAME"
39+
cp ${UNIVERSAL_RELEASE_APK} ${ARCHIVE_NAME}
4040
scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no "$ARCHIVE_NAME" [email protected]:/data/download/release/kiwix-android/
4141
4242
# This is temporary, once we will publish 3.7.0 then we will uncommented this code.

0 commit comments

Comments
 (0)