Skip to content

Commit

Permalink
feat: add checksum for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitadugar authored Oct 12, 2023
1 parent dd760bc commit 70b2f11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
shasum -a 256 kuconf-linux-amd64.zip >> checksum.txt
shasum -a 256 kuconf-darwin-arm64.zip >> checksum.txt
shasum -a 256 kuconf-darwin-amd64.zip >> checksum.txt
shasum -a 256 kuconf-windows-arm64.zip >> checksum.txt
shasum -a 256 kuconf-windows-amd64.zip >> checksum.txt
- name: Create Release
id: create_release
Expand Down

0 comments on commit 70b2f11

Please sign in to comment.