mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
fix: runner tarball download URL (#4113)
This commit is contained in:
parent
4b78278292
commit
10a627c196
2
www/docs/static/run
vendored
2
www/docs/static/run
vendored
@ -31,7 +31,7 @@ TAR_FILE="${FILE_BASENAME}_${OS}_${ARCH}.tar.gz"
|
||||
(
|
||||
cd "$TMP_DIR"
|
||||
echo "Downloading GoReleaser $VERSION..."
|
||||
curl -sfLO "$RELEASES_URL/download/$VERSION/$TAR_FILE.tar.gz"
|
||||
curl -sfLO "$RELEASES_URL/download/$VERSION/$TAR_FILE"
|
||||
curl -sfLO "$RELEASES_URL/download/$VERSION/checksums.txt"
|
||||
echo "Verifying checksums..."
|
||||
sha256sum --ignore-missing --quiet --check checksums.txt
|
||||
|
Loading…
Reference in New Issue
Block a user