Skip to content

Commit

Permalink
fix quoting in hack/release.sh (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
navidshaikh authored Nov 25, 2020
1 parent 3fcd9b2 commit f128d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function build_release() {
echo "🚧 🐳 Building the container image"
ko resolve --strict ${KO_FLAGS} -f config/ > kn-image-location.yaml
ARTIFACTS_TO_PUBLISH="kn-darwin-amd64 kn-linux-amd64 kn-linux-arm64 kn-windows-amd64.exe kn-linux-s390x kn-image-location.yaml"
sha256sum "${ARTIFACTS_TO_PUBLISH}" > checksums.txt
sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} checksums.txt"
echo "🧮 Checksum:"
cat checksums.txt
Expand Down

0 comments on commit f128d04

Please sign in to comment.