Skip to content

Commit

Permalink
Get sha256 from file
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerd-dijkstra committed Feb 15, 2023
1 parent ab955c2 commit 6212c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ echo "${CHANGE_LOG}" >>"../${RELEASE_BODY_FILE}"
# github output
for output in \
"version=${version}" \
"sha256=$(cut -f 1 -d ' ' <"${tarball}")"; do
"sha256=$(cut -f 1 -d ' ' <"${tarball}.sha256sum")"; do
echo "${output}" >>"${GITHUB_OUTPUT}"
done

0 comments on commit 6212c29

Please sign in to comment.