Skip to content

Commit fd8c58f

Browse files
Merge pull request #190 from LabSid-USP/fix/build-release-workflow-checksum
Update hash computation command in `build-release.yml`
2 parents d1cb4d7 + b1e1272 commit fd8c58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Compute Hash
4949
run: |
5050
cd ./dist/
51-
sha512sum rubem-${{ github.ref_name }}-${{ matrix.os }}-x86_64.zip > rubem-${{ github.ref_name }}-${{ matrix.os }}-x86_64.zip.sha512
51+
shasum -a 512 rubem-${{ github.ref_name }}-${{ matrix.os }}-x86_64.zip > rubem-${{ github.ref_name }}-${{ matrix.os }}-x86_64.zip.sha512
5252
5353
- name: Create Release
5454
id: create_release

0 commit comments

Comments
 (0)