Skip to content

Commit

Permalink
show and create checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Oct 18, 2021
1 parent eba76e5 commit cabd602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ jobs:
set -xeu
mkdir ./publish_dir
mv piping-server-pkg-* ./publish_dir
# Show and create checksums
(cd publish_dir && sha256sum * | tee /dev/stderr > sha256sums.txt)
TAG=$(echo $GITHUB_REF | cut -d / -f 3)
VERSION=$TAG
REPO=$(echo $GITHUB_REPOSITORY | cut -d / -f 2)
Expand Down

0 comments on commit cabd602

Please sign in to comment.