This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
The following commit(s) were added to refs/heads/main by this push:
new 7259d4b Download artifacts from the ASF dist (#205)
7259d4b is described below
commit 7259d4bdd66c435002f28bd7701e65fa3e5877ae
Author: Kevin Liu <[email protected]>
AuthorDate: Wed Nov 20 03:50:44 2024 -0500
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}"