]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
ci: properly format hashes
authortobtoht <tob@featherwallet.org>
Sun, 29 Sep 2024 10:53:32 +0000 (12:53 +0200)
committertobtoht <tob@featherwallet.org>
Sun, 29 Sep 2024 10:53:32 +0000 (12:53 +0200)
.github/workflows/guix.yml

index 68fc141c1405ef6e0093cb34a2595e5b115aa869..d6221bbf30453cdacb85001ff68a132b499aa5c2 100644 (file)
@@ -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"