Skip to content

Commit 260970b

Browse files
authored
fix quoting which broke the release (#1115)
1 parent 5c8de8e commit 260970b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function build_release() {
4040
echo "🚧 🐳 Building the container image"
4141
ko resolve --strict ${KO_FLAGS} -f config/ > kn-image-location.yaml
4242
ARTIFACTS_TO_PUBLISH="kn-darwin-amd64 kn-linux-amd64 kn-linux-arm64 kn-windows-amd64.exe kn-image-location.yaml"
43-
sha256sum "${ARTIFACTS_TO_PUBLISH}" > checksums.txt
43+
sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
4444
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} checksums.txt"
4545
echo "🧮 Checksum:"
4646
cat checksums.txt

0 commit comments

Comments
 (0)