Skip to content

Commit

Permalink
Merge pull request #9644
Browse files Browse the repository at this point in the history
e48c740 ci: print guix hashes to summary (tobtoht)
  • Loading branch information
tobtoht committed Jan 14, 2025
2 parents 7ca53dc + e48c740 commit 305f546
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/guix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 305f546

Please sign in to comment.