You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
fix: runner tarball download URL (#4113)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user