Skip to content

Commit 655d96d

Browse files
committed
ci: fix shasum signing during release
1 parent 5933609 commit 655d96d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-draft-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ jobs:
458458
run: gh release download ${{ needs.create_release.outputs.tag_name }} -R ${{ github.repository_owner }}/ockam
459459

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

463463
- name: Install Cosign
464464
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4

0 commit comments

Comments
 (0)