aboutsummaryrefslogtreecommitdiff
path: root/.github/actions
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-08-21 01:47:56 +0000
committerMenny Even Danan <menny@evendanan.net>2020-08-21 01:47:56 +0000
commit64f20bac2fd090caf60ff6930c58cd0e0188e0fb (patch)
tree0d3ba8238d2cec1b9ee87c95679ea12313c5ba7c /.github/actions
parent5bc9d4bfa835d622104286d5741c4b95161f84dc (diff)
downloadAnySoftKeyboard-64f20bac2fd090caf60ff6930c58cd0e0188e0fb.tar.gz
AnySoftKeyboard-64f20bac2fd090caf60ff6930c58cd0e0188e0fb.tar.bz2
fix belarusian locale code
Diffstat (limited to '.github/actions')
-rwxr-xr-x.github/actions/deploy/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/deploy/deploy.sh b/.github/actions/deploy/deploy.sh
index bafce7138..f31a76ce4 100755
--- a/.github/actions/deploy/deploy.sh
+++ b/.github/actions/deploy/deploy.sh
@@ -47,7 +47,7 @@ stat /tmp/anysoftkeyboard.keystore
wget --tries=5 --waitretry=5 "${PUBLISH_JSON_URL}" -q -O /tmp/apk_upload_key.json
stat /tmp/apk_upload_key.json
-DEPLOY_TASKS=( "--stacktrace" "-PwithAutoVersioning" ":generateFdroidYamls" "-DdeployChannel=${DEPLOY_CHANNEL}" "-DdeployFraction=${FRACTION}" )
+DEPLOY_TASKS=( "--continue" "--stacktrace" "-PwithAutoVersioning" ":generateFdroidYamls" "-DdeployChannel=${DEPLOY_CHANNEL}" "-DdeployFraction=${FRACTION}" )
if [[ "${DEPLOYMENT_TASK}" == "deploy" ]]; then
case "${PROCESS_NAME}" in