upload bare apk as ci artifact

pull/1731/head
Jeff Becker 3 years ago
parent 92cfa8a558
commit 63ed5c16ed
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -39,11 +39,10 @@ if [ -e build-windows ]; then
# zipit up yo
archive="$base.zip"
zip -r "$archive" "$base"
elif [ -e build-android ] ; then
elif [ -e lokinet.apk ] ; then
# android af ngl
cp -av *.apk "$base"
archive="$base.tar.xz"
tar cJvf "$archive" "$base"
archive="$base.apk"
cp -av lokinet.apk "$archive"
else
cp -av daemon/lokinet daemon/lokinet-vpn daemon/lokinet-bootstrap "$base"
# tar dat shiz up yo

Loading…
Cancel
Save