ci: properly format hashes

This commit is contained in:
tobtoht 2024-09-29 12:53:32 +02:00
parent 1a11090962
commit 70402bb55e
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -82,7 +82,9 @@ jobs:
merge-multiple: true
- name: print hashes
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
uname --machine && find **/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
- uses: actions/upload-artifact@v4
with:
name: "logs"