From e1a5859f96d5d1a7b036797562cf245ab2b3e2d4 Mon Sep 17 00:00:00 2001 From: Menny Even Danan Date: Wed, 29 Jan 2020 21:40:14 -0500 Subject: consolidate versioning and APK configuration --- .github/actions/deploy/deploy.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to '.github/actions') diff --git a/.github/actions/deploy/deploy.sh b/.github/actions/deploy/deploy.sh index 5383613ca..8e0ae3001 100755 --- a/.github/actions/deploy/deploy.sh +++ b/.github/actions/deploy/deploy.sh @@ -7,11 +7,11 @@ export ANYSOFTKEYBOARD_CRASH_REPORT_EMAIL="${1}" shift KEYSTORE_FILE_URL="${1}" shift -export ANYSOFTKEYBOARD_KEYSTORE_PASSWORD="${1}" +export KEY_STORE_FILE_PASSWORD="${1}" shift -export ANYSOFTKEYBOARD_KEYSTORE_ALIAS="${1}" +export KEY_STORE_FILE_DEFAULT_ALIAS="${1}" shift -export ANYSOFTKEYBOARD_KEYSTORE_KEY_PASSWORD="${1}" +export KEY_STORE_FILE_DEFAULT_ALIAS_PASSWORD="${1}" shift PUBLISH_CERT_FILE_URL="${1}" shift @@ -27,5 +27,8 @@ if [[ -z "${KEYSTORE_FILE_URL}" ]]; then cp ./.github/actions/deploy/debug.keystore /root/.android/ || exit 1 fi -echo "Counter is ${BUILD_COUNT_FOR_VERSION}, RELEASE_BUILD: ${RELEASE_BUILD}, and crash email: ${ANYSOFTKEYBOARD_CRASH_REPORT_EMAIL}" -./scripts/ci/ci_deploy.sh ${KEYSTORE_FILE_URL} ${PUBLISH_CERT_FILE_URL} ${DEPLOY_TASKS} \ No newline at end of file +echo "Counter is ${BUILD_COUNT_FOR_VERSION}, RELEASE_BUILD: ${RELEASE_BUILD}, crash email: ${ANYSOFTKEYBOARD_CRASH_REPORT_EMAIL}, and tasks: ${DEPLOY_TASKS}" +./scripts/ci/ci_deploy.sh "${KEYSTORE_FILE_URL}" "${PUBLISH_CERT_FILE_URL}" ${DEPLOY_TASKS} + +ls -al outputs || true +ls -al outputs/fdroid/ || true \ No newline at end of file -- cgit v1.2.3