Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Goksi committed Nov 17, 2022
1 parent 23ffd86 commit 4c15589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cd target/
CHECKSUM=`sha256sum ${{ steps.version.outputs.name }}`
echo $CHECKSUM > ../checksum.txt
echo "checksum=### SHA256 checksum<br /> \`$CHECKSUM\`" >> $GITHUB_OUTPUT
echo "checksum=### SHA256 checksum<br /> \`\`\`$CHECKSUM\`\`\`" >> $GITHUB_OUTPUT
- name: Create release
uses: softprops/[email protected]
Expand Down

0 comments on commit 4c15589

Please sign in to comment.