Update base-url for macos staging builds

This commit is contained in:
Michael Telatynski 2023-02-27 10:17:14 +00:00
parent fc961737f4
commit 20f8099253
No known key found for this signature in database
GPG key ID: 98BC6A2B829297FE

View file

@ -90,7 +90,8 @@ jobs:
with:
sign: true
deploy-mode: true
base-url: https://packages.element.io/${{ inputs.mode == 'release' && 'desktop' || 'nightly' }}
# XXX: UPDATE THIS BEFORE WHEN GOING LIVE
base-url: https://packages-element-io-test.element.io/${{ inputs.mode == 'release' && 'desktop' || 'nightly' }}
version: ${{ needs.prepare.outputs.macos-version }}
linux: