mirror of
https://github.com/monero-project/monero.git
synced 2025-02-05 04:15:18 -05:00
Merge pull request #9644
e48c740 ci: print guix hashes to summary (tobtoht)
This commit is contained in:
commit
305f546328
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…
x
Reference in New Issue
Block a user