Skip to content

Commit 4a30d62

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/checksum.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
with:
1616
submodules: true
17-
- name: Copy checksums.txt
18-
run: cp checksums.txt ci-expected-checksums.txt
1917
- name: Build binaries
2018
run: make docker-build
21-
- name: Checksum binaries
22-
run: sha256sum -c ci-expected-checksums.txt
23-
24-
19+
- name: Checksum
20+
run: git diff --exit-code checksums.txt

0 commit comments

Comments
 (0)