mirror of https://github.com/knative/client.git
fix(release): Fix checksum quoting (#1156)
This commit is contained in:
parent
3da89001a2
commit
dfbd81e2f3
|
|
@ -44,7 +44,7 @@ function build_release() {
|
||||||
echo "🚧 🐳 Building the container image"
|
echo "🚧 🐳 Building the container image"
|
||||||
ko resolve --strict ${KO_FLAGS} -f config/ > kn-image-location.yaml
|
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-linux-ppc64le kn-image-location.yaml"
|
ARTIFACTS_TO_PUBLISH="kn-darwin-amd64 kn-linux-amd64 kn-linux-arm64 kn-windows-amd64.exe kn-linux-s390x kn-linux-ppc64le kn-image-location.yaml"
|
||||||
sha256sum "${ARTIFACTS_TO_PUBLISH}" > checksums.txt
|
sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
|
||||||
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} checksums.txt"
|
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} checksums.txt"
|
||||||
echo "🧮 Checksum:"
|
echo "🧮 Checksum:"
|
||||||
cat checksums.txt
|
cat checksums.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue