Skip to content

Commit

Permalink
fix: checksums generation in release workflow (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville authored Oct 16, 2024
1 parent d4edbac commit d8b7779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
uses: actions/download-artifact@v4
- run: ls -lR
- run: |
sha256sum -b credential*/* > checksums.txt
sha256sum -c --strict checksums.txt
(cd credential && sha256sum -b *) > checksums.txt
(cd credential-windows && sha256sum -b *) >> checksums.txt
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit d8b7779

Please sign in to comment.