mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
Attempt to hotfix Android CI (assume /usr/bin/apksigner is no longer a jar) (#6210)
This commit is contained in:
parent
0fc177e268
commit
f261daf2fa
@ -17,7 +17,7 @@ then
|
|||||||
echo "Signing apk..."
|
echo "Signing apk..."
|
||||||
base64 --decode <<< "${ANDROID_KEYSTORE_B64}" > ks.jks
|
base64 --decode <<< "${ANDROID_KEYSTORE_B64}" > ks.jks
|
||||||
|
|
||||||
java -jar $(which apksigner) sign --ks ks.jks \
|
apksigner sign --ks ks.jks \
|
||||||
--ks-key-alias "${ANDROID_KEY_ALIAS}" \
|
--ks-key-alias "${ANDROID_KEY_ALIAS}" \
|
||||||
--ks-pass env:ANDROID_KEYSTORE_PASS "artifacts/${REV_NAME}.apk"
|
--ks-pass env:ANDROID_KEYSTORE_PASS "artifacts/${REV_NAME}.apk"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user