Skip to content

Commit 273c651

Browse files
committed
Fix release archive format
1 parent 3397dfb commit 273c651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -o errexit -o nounset -o pipefail
55
TAG=$1
66
PREFIX="portable_cc_toolchain-${TAG:1}"
77
ARCHIVE="bazel_portable_cc_toolchain-$TAG.tar.gz"
8-
git archive --format=tar --prefix=${PREFIX}/ ${TAG}:bazel --output=${ARCHIVE}
8+
git archive --format=tar --prefix=${PREFIX}/ ${TAG}:bazel | gzip > ${ARCHIVE}

0 commit comments

Comments
 (0)