Skip to content

Commit

Permalink
Use absolute name in sha256sum
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Aug 5, 2022
1 parent 6a9f500 commit c8f8996
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: "Generate hashes"
id: hash
run: |
echo "::set-output name=hashes::$(sha256sum dist/* | base64 -w0)"
cd dist && echo "::set-output name=hashes::$(sha256sum * | base64 -w0)"
- name: "Upload dists"
uses: "actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8"
Expand Down

0 comments on commit c8f8996

Please sign in to comment.