Skip to content

Commit 23a7c3d

Browse files
committed
consistent s3 links
1 parent c163875 commit 23a7c3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ VERSION="${RELEASE_TAG#v}"
2828
FULL_INSTALLER_NAME="${INSTALLER_BASE_NAME}"
2929
[[ -n "$BUILD_TYPE" && "$BUILD_TYPE" != "production" ]] && FULL_INSTALLER_NAME="${FULL_INSTALLER_NAME}-${BUILD_TYPE}"
3030

31-
VERSION_URL="https://${BUCKET}.s3.amazonaws.com/releases/${BUILD_TYPE}/${RELEASE_TAG}"
31+
VERSION_URL="https://${BUCKET}.s3.amazonaws.com/releases/${BUILD_TYPE}/${VERSION}"
3232
LATEST_URL="https://${BUCKET}.s3.amazonaws.com/releases/${BUILD_TYPE}/latest"
3333

3434
# Check if a platform should be included

0 commit comments

Comments
 (0)