Skip to content

Commit f92bf65

Browse files
committed
ci: check generated checksums.txt
1 parent d667066 commit f92bf65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checksum.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
run: make docker-build
2121
- name: Checksum binaries
2222
run: sha256sum -c ci-expected-checksums.txt
23-
24-
23+
- name: Check checksums.txt
24+
run: diff checksums.txt ci-expected-checksums.txt

0 commit comments

Comments
 (0)