Skip to content

Commit

Permalink
Download artifacts from the ASF dist (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu authored Nov 20, 2024
1 parent 10c4698 commit 7259d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify_rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7259d4b

Please sign in to comment.