Skip to content

Commit

Permalink
Check for artifacts with file and reword gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
amigus committed Dec 21, 2023
1 parent ea2d602 commit ed08fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ed08fa0

Please sign in to comment.