Skip to content

Commit

Permalink
don't include paths in hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
guijan committed Jan 2, 2025
1 parent 49141c5 commit 07e4a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ jobs:
"out/setup-dictpw-${ver}-ARM64.exe"
mv "setup/setup-dictpw-clang-cl-arm.exe" \
"out/setup-dictpw-${ver}-ARM.exe"
for file in out/setup-dictpw-*.exe; do
# To make sure the hashes don't include the directory.
cd out && for file in setup-dictpw-*.exe; do
sha256sum "$file" > "${file}.sha256sum"
done
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 07e4a45

Please sign in to comment.