Merge pull request #9644

e48c740 ci: print guix hashes to summary (tobtoht)
This commit is contained in:
tobtoht 2025-01-14 16:09:07 +00:00
commit 305f546328
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -98,6 +98,11 @@ jobs:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: print hashes
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
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"