From a31352997fea0626e7c1f3a9eb25a155b0c114bf Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Tue, 11 Jun 2024 15:36:43 +1000 Subject: [PATCH] fuckin hell --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ed9055..bd7f169 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,10 +60,10 @@ jobs: if: matrix.os == 'ubuntu-20.04' - name: Generate checksum for release files - uses: Solratic/checksum-action@v1 + uses: jmgilman/actions-generate-checksum@v1 with: pattern: "target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}" - suffix: "sha256" + output: ${{ matrix.artifact_name }}.sha256 - name: Upload checksum files to release uses: svenstaro/upload-release-action@v1-release