Skip to content

Commit

Permalink
ci: fix shasum signing during release
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Mar 19, 2024
1 parent 5933609 commit 655d96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-draft-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ jobs:
run: gh release download ${{ needs.create_release.outputs.tag_name }} -R ${{ github.repository_owner }}/ockam

- name: Generate File SHASum
run: shasum -a 256 .* > sha256sums.txt
run: shasum -a 256 *ockam* > sha256sums.txt

- name: Install Cosign
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4
Expand Down

0 comments on commit 655d96d

Please sign in to comment.