mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update GitHub action to include signing.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
1eed75c599
commit
d867701233
5 changed files with 31 additions and 22 deletions
|
@ -411,7 +411,7 @@ APK_DIR=$(dirname ${APK})
|
|||
APK_FILE=$(basename ${APK})
|
||||
|
||||
pushd ${APK_DIR}
|
||||
if [ -n "${KEYSTORE_FILE+X}" -a -n "${KEYSTORE_PASSWORD+X}" ]; then
|
||||
if [ -n "${KEYSTORE_FILE+X}" -a -f "${KEYSTORE_FILE}" -a -n "${KEYSTORE_PASSWORD+X}" ]; then
|
||||
APKSIGNER_PARAMS=""
|
||||
if [ -n "${KEYSTORE_ALIAS+X}" ]; then
|
||||
APKSIGNER_PARAMS="${APKSIGNER_PARAMS} --ks-key-alias ${KEYSTORE_ALIAS}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue