diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-03-12 03:52:04 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2020-03-12 03:52:16 +0000 |
| commit | 9a9414246d34e89dc3305f07da2eadd21ee24aac (patch) | |
| tree | c89080eefe52546d13cb9dc5c6f3073fa1a58a95 /.github/actions/deploy/deploy.sh | |
| parent | c478f019354bc8638b27557afcaac3263137aef2 (diff) | |
| download | AnySoftKeyboard-9a9414246d34e89dc3305f07da2eadd21ee24aac.tar.gz AnySoftKeyboard-9a9414246d34e89dc3305f07da2eadd21ee24aac.tar.bz2 | |
fix publish fraction logic in script
Diffstat (limited to '.github/actions/deploy/deploy.sh')
| -rwxr-xr-x | .github/actions/deploy/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/deploy/deploy.sh b/.github/actions/deploy/deploy.sh index e4c70ac86..6408123b9 100755 --- a/.github/actions/deploy/deploy.sh +++ b/.github/actions/deploy/deploy.sh @@ -68,7 +68,7 @@ stat /tmp/anysoftkeyboard.keystore wget --tries=5 --waitretry=5 "${PUBLISH_CERT_FILE_URL}" -q -O /tmp/apk_upload_key.p12 stat /tmp/apk_upload_key.p12 -DEPLOY_TASKS=( "-PwithAutoVersioning" ":generateFdroidYamls" "-DdeployChannel=${DEPLOY_CHANNEL}" "--user-fraction" "${FRACTION}" ) +DEPLOY_TASKS=( "-PwithAutoVersioning" ":generateFdroidYamls" "-DdeployChannel=${DEPLOY_CHANNEL}" "-DdeployFraction=${FRACTION}" ) if [[ "${DEPLOYMENT_TASK}" == "deploy" ]]; then case "${PROCESS_NAME}" in |
