Skip to content

Commit

Permalink
better method for sha256 hashes from .zips
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Sep 5, 2024
1 parent b66f60a commit 69e158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
run: ls -lR

- name: sha256
run: shasum -a 256 *.* && sha256sum *.*
run: find . -type f | xargs sha256sum -b

- name: push zips to release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 69e158e

Please sign in to comment.