Skip to content

Commit

Permalink
Merge pull request #13 from suzuki-shunsuke/ci-add-targz-to-checksums
Browse files Browse the repository at this point in the history
ci: add checksums of *.tar.gz to checksum files
  • Loading branch information
tkuchiki authored Dec 4, 2023
2 parents fe0a5a9 + 81a91ce commit 42a9d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ for file in ./${bin}-* ; do
rm -rf ${dir}
done

shasum -a 256 *.zip > ${bin}_${version}_checksums.txt
shasum -a 256 *.zip *.tar.gz > ${bin}_${version}_checksums.txt

0 comments on commit 42a9d5d

Please sign in to comment.