Skip to content

Commit

Permalink
Update SHA512 generation command
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillezi authored Sep 20, 2024
1 parent bc246f2 commit 4390316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Generate SHA512 checksums
run: |
cd artifacts
find . -type f -exec sha512sum {} \; > SHA512SUMS.txt
find . -type f -name 'kthcloud*' -exec sha512sum {} + | sed 's|^\./||' > SHA512SUMS.txt
- name: Create Release
id: create_release
Expand Down

0 comments on commit 4390316

Please sign in to comment.