mirror of
https://github.com/monero-project/monero.git
synced 2025-01-03 09:29:42 +00:00
ci: print guix hashes to summary
This commit is contained in:
parent
941ecefab2
commit
e48c740d90
1 changed files with 5 additions and 0 deletions
5
.github/workflows/guix.yml
vendored
5
.github/workflows/guix.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue