CI: handle directories during checksum (#6427)

This commit is contained in:
Daniel Hiltgen 2024-08-19 13:48:45 -07:00 committed by GitHub
parent 2df6905ede
commit f91c9e3709
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -472,7 +472,8 @@ jobs:
merge-multiple: true
- run: |
ls -lh dist/
(cd dist; sha256sum * > sha256sum.txt)
(cd dist; find . -type f | xargs sha256sum > ../sha256sum.txt)
mv sha256sum.txt dist/
cat dist/sha256sum.txt
- name: Create or update Release
run: |