Skip to content

Commit

Permalink
ci: check generated checksums.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Apr 18, 2024
1 parent d667066 commit 4a30d62
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/checksum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Copy checksums.txt
run: cp checksums.txt ci-expected-checksums.txt
- name: Build binaries
run: make docker-build
- name: Checksum binaries
run: sha256sum -c ci-expected-checksums.txt


- name: Checksum
run: git diff --exit-code checksums.txt

0 comments on commit 4a30d62

Please sign in to comment.