Skip to content

Commit 138b91f

Browse files
committed
fix(ci): checksum only release archives
1 parent 5215a88 commit 138b91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
(
117117
cd dist
118-
sha256sum woottyd_* > woottyd_checksums.txt
118+
sha256sum woottyd_*.tar.gz woottyd_*.zip > woottyd_checksums.txt
119119
)
120120
121121
- name: Upload release assets

0 commit comments

Comments
 (0)