Skip to content

Commit

Permalink
fix: the sha is for the archive
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed Jun 8, 2024
1 parent 97bf88b commit 5bca443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
fi
cd -
- name: Generate SHA-256 for binary
run: shasum -a 256 ${{ matrix.platform.bin }} > ${{ matrix.platform.bin }}-${{ matrix.platform.name }}-sha.txt
- name: Generate SHA-256 for archive
run: shasum -a 256 ${{ matrix.platform.name }} > ${{ matrix.platform.name }}-sha.txt

- name: Publish release artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5bca443

Please sign in to comment.