diff --git a/.github/workflows/guix.yml b/.github/workflows/guix.yml index 47e2eccf75..15c279a9c6 100644 --- a/.github/workflows/guix.yml +++ b/.github/workflows/guix.yml @@ -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"