We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30009b4 commit 1afc52eCopy full SHA for 1afc52e
.github/workflows/release-process.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Add to formatted checksum
60
run: |
61
pushd release
62
- shasum -a 256 ./release.yml ./kctrl-* ./package.yml ./package-metada.yml | tee ../tmp/checksums.txt
+ shasum -a 256 ./release.yml ./kctrl-* ./package.yml ./package-metadata.yml | tee ../tmp/checksums.txt
63
popd
64
echo "# :open_file_folder: Files Checksum" | tee ./tmp/checksums-formatted.txt
65
echo '```' | tee -a ./tmp/checksums-formatted.txt
0 commit comments