Skip to content

Commit

Permalink
Merge pull request #190 from LabSid-USP/fix/build-release-workflow-ch…
Browse files Browse the repository at this point in the history
…ecksum

Update hash computation command in `build-release.yml`
  • Loading branch information
soaressgabriel committed Mar 21, 2024
2 parents d1cb4d7 + b1e1272 commit fd8c58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Compute Hash
run: |
cd ./dist/
sha512sum rubem-${{ github.ref_name }}-${{ matrix.os }}-x86_64.zip > rubem-${{ github.ref_name }}-${{ matrix.os }}-x86_64.zip.sha512
shasum -a 512 rubem-${{ github.ref_name }}-${{ matrix.os }}-x86_64.zip > rubem-${{ github.ref_name }}-${{ matrix.os }}-x86_64.zip.sha512
- name: Create Release
id: create_release
Expand Down

0 comments on commit fd8c58f

Please sign in to comment.