Skip to content

Commit 403497c

Browse files
committed
ci: generate clean sha256sum hashes with a more selective glob pattern
1 parent f762c33 commit 403497c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Checksums
118118
run: |
119119
sha256sums_filename="cardano-node-${{ needs.pull.outputs.node_version }}-sha256sums.txt"
120-
sha256sum cardano-node-* >> "$sha256sums_filename"
120+
sha256sum cardano-node-*-*-* > "$sha256sums_filename"
121121
- name: Release
122122
uses: input-output-hk/action-gh-release@v1
123123
with:

0 commit comments

Comments
 (0)