maint(mac): use build/upload as upload path for downloads.keyman.com

Test-bot: skip
Build-bot: skip
This commit is contained in:
Marc Durdin 2026-09-24 13:10:26 +02:00
parent 26b151c9f1
commit cd7fdcb57e

View file

@ -45,7 +45,7 @@ function _publish_to_downloads_keyman_com() {
# Note that the `rsync` tool that exists on Macs by default is a very old version and must be updated to a newer version, e.g. by using Homebrew.
UPLOAD_DIR="Keyman4MacIM/output/upload/${KEYMAN_VERSION}"
UPLOAD_DIR="${KEYMAN_ROOT}/mac/build/upload/${KEYMAN_VERSION}"
# Set permissions as required on download site
builder_echo "Setting upload file permissions for downloads.keyman.com"