From: tobtoht Date: Sun, 29 Sep 2024 10:53:32 +0000 (+0200) Subject: ci: properly format hashes X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=70402bb55e754bec0e75643acc3059a58faa7cce;p=gamesguru%2Ffeather.git ci: properly format hashes --- diff --git a/.github/workflows/guix.yml b/.github/workflows/guix.yml index 68fc141c..d6221bbf 100644 --- a/.github/workflows/guix.yml +++ b/.github/workflows/guix.yml @@ -82,7 +82,9 @@ jobs: merge-multiple: true - name: print hashes run: | + echo '```' >> $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 with: name: "logs"