From 3417bba937bd9a98aa7d7bd7da182a8a5b89701c Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Tue, 11 Jun 2024 16:59:36 +1000 Subject: [PATCH] dirt --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86d2c5e..39dfdc9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,6 +59,11 @@ jobs: args: --target i686-unknown-linux-gnu --release --features katmos if: matrix.os == 'ubuntu-20.04' + - name: Write checksum to a file + shell: bash + run: | + sha256sum "target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}" | tee ${{ matrix.artifact_name }}.sha256 + - name: Upload checksum files to release uses: svenstaro/upload-release-action@v1-release with: