Skip to content

Commit

Permalink
fix(ci): sha256sum command not found (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Black-Hole1 <[email protected]>
  • Loading branch information
BlackHole1 authored Jan 12, 2024
1 parent 6d61bd8 commit 0434e62
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 @@ -35,7 +35,7 @@ jobs:

- name: sha256sum
working-directory: out
run: sha256sum * > ./SHA256SUM.txt
run: shasum -a 256 * > ./SHA256SUM.txt

- name: Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
Expand Down

0 comments on commit 0434e62

Please sign in to comment.