diff --git a/.github/workflows/release_prep.sh b/.github/workflows/release_prep.sh index aae8e09..4271441 100755 --- a/.github/workflows/release_prep.sh +++ b/.github/workflows/release_prep.sh @@ -12,10 +12,10 @@ PREFIX="toolchains_protoc-${TAG:1}" ARCHIVE="toolchains_protoc-$TAG.tar.gz" # NB: configuration for 'git archive' is in /.gitattributes -git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip > $ARCHIVE +git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip >$ARCHIVE SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}') -cat << EOF +cat <