From ed08fa04498a9250ef8e43d1a91393f7c2265f9b Mon Sep 17 00:00:00 2001 From: "Adam C. Migus" Date: Thu, 21 Dec 2023 11:37:55 -0500 Subject: [PATCH] Check for artifacts with `file` and reword `gpg` --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bcdb5c..8da1461 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: - name: Create checksums run: | shasum -a 256 *-${{ github.ref_name }}_*_* >| checksums.txt - file *-${{ github.ref_name }}_*_* + file *-${{ github.ref_name }}_*_* checksums.txt - name: Sign checksums run: |