From 7259d4bdd66c435002f28bd7701e65fa3e5877ae Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Wed, 20 Nov 2024 03:50:44 -0500 Subject: [PATCH] Download artifacts from the ASF dist (#205) --- dev/release/verify_rc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/release/verify_rc.sh b/dev/release/verify_rc.sh index c653698..ba30b4a 100755 --- a/dev/release/verify_rc.sh +++ b/dev/release/verify_rc.sh @@ -35,7 +35,7 @@ VERSION="$1" RC="$2" ICEBERG_DIST_BASE_URL="https://downloads.apache.org/iceberg" -DOWNLOAD_RC_BASE_URL="https://github.com/apache/iceberg-go/releases/download/v${VERSION}-rc${RC}" +DOWNLOAD_RC_BASE_URL="https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-go-${VERSION}-rc${RC}" ARCHIVE_BASE_NAME="apache-iceberg-go-${VERSION}-rc${RC}" : "${VERIFY_DEFAULT:=1}"