We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1382376 commit dbb755eCopy full SHA for dbb755e
1 file changed
.github/workflows/create_archive_and_notes.sh
@@ -41,7 +41,9 @@ fi
41
PREFIX="rules_python-${TAG}"
42
ARCHIVE="rules_python-$TAG.tar.gz"
43
echo "hit 40"
44
-git archive --format=tar "--prefix=${PREFIX}/" "$TAG" | gzip > "$ARCHIVE"
+git fetch origin "$TAG"
45
+echo "hit 41"
46
+git archive --format=tar.gz "--prefix=${PREFIX}/" "$TAG" --output "ARCHIVE"
47
echo "hit 42"
48
SHA=$(shasum -a 256 "$ARCHIVE" | awk '{print $1}')
49
echo "hit 44"
0 commit comments