Skip to content

Commit 5aee5e0

Browse files
committedOct 10, 2024··
ci: generate checksums
Signed-off-by: Yves Brissaud <[email protected]>
1 parent aeba122 commit 5aee5e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
- name: Binaries
3535
run: task go:bin:all
3636

37+
- name: Checksums
38+
run: |
39+
cd dist
40+
shasum -a 256 * > docker-runx-checksums.txt
41+
cd ..
42+
3743
- name: Create Release
3844
uses: softprops/action-gh-release@v1
3945
with:

0 commit comments

Comments
 (0)
Please sign in to comment.