Skip to content

Commit

Permalink
ci: save sha256sums
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Aug 1, 2023
1 parent 409943b commit 7970585
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ci/tasks/prep-github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ mv x86_64-pc-windows-gnu/* artifacts/binaries
mv x86_64-apple-darwin/* artifacts/binaries
mv x86_64-unknown-linux-musl/* artifacts/binaries

for file in artifacts/binaries/*; do
if [ -f "$file" ]; then
sha256sum "$file" > "$file".sha256
fi
done

cd artifacts/binaries
sha256sum * > sha256sums.txt

0 comments on commit 7970585

Please sign in to comment.