Skip to content

Commit

Permalink
ci: generate checksums
Browse files Browse the repository at this point in the history
Signed-off-by: Yves Brissaud <[email protected]>
  • Loading branch information
eunomie committed Oct 10, 2024
1 parent aeba122 commit d418b4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
- name: Binaries
run: task go:bin:all

- name: Checksums
run:
cd dist
shasum -a 256 * > docker-runx-checksums.txt
cd ..

- name: Create Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit d418b4f

Please sign in to comment.