mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
ci: properly format hashes
This commit is contained in:
parent
1a11090962
commit
70402bb55e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/guix.yml
vendored
2
.github/workflows/guix.yml
vendored
|
@ -82,7 +82,9 @@ jobs:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
- name: print hashes
|
- name: print hashes
|
||||||
run: |
|
run: |
|
||||||
|
echo '```' >> $GITHUB_STEP_SUMMARY
|
||||||
uname --machine && find **/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum >> $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
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "logs"
|
name: "logs"
|
||||||
|
|
Loading…
Reference in a new issue