We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8de8e commit 260970bCopy full SHA for 260970b
hack/release.sh
@@ -40,7 +40,7 @@ function build_release() {
40
echo "🚧 🐳 Building the container image"
41
ko resolve --strict ${KO_FLAGS} -f config/ > kn-image-location.yaml
42
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
+ sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
44
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} checksums.txt"
45
echo "🧮 Checksum:"
46
cat checksums.txt
0 commit comments