Skip to content

Commit 6f7f915

Browse files
committed
Only generate for bins
1 parent ed2e1b5 commit 6f7f915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
- name: Generate checksums
6868
run: |
6969
cd bin
70-
sha256sum * > sha256sum.txt
71-
sha512sum * > sha512sum.txt
70+
sha256sum node-cert-exporter-* > sha256sum.txt
71+
sha512sum node-cert-exporter-* > sha512sum.txt
7272
7373
- name: Create Release
7474
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)