We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3779015 commit 7c61530Copy full SHA for 7c61530
scripts/release-s3.sh
@@ -58,7 +58,7 @@ if [[ "$CHANNEL" == "nightly" ]]; then
58
"$td/vector-x86_64-unknown-linux-musl.tar.gz"
59
verify_artifact \
60
"https://packages.timber.io/vector/nightly/latest/vector-x86_64-unknown-linux-gnu.tar.gz" \
61
- "$td/vector-x86_64-unknown-linux-musl.tar.gz"
+ "$td/vector-x86_64-unknown-linux-gnu.tar.gz"
62
elif [[ "$CHANNEL" == "latest" ]]; then
63
VERSION_EXACT="$VERSION"
64
# shellcheck disable=SC2001
0 commit comments