We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20ae47 commit 51d22e4Copy full SHA for 51d22e4
.github/workflows/release_prep.sh
@@ -6,7 +6,7 @@ TAG="$1"
6
REPO="${GITHUB_REPOSITORY#*/}"
7
8
# The prefix is chosen to match what GitHub generates for source archives
9
-PREFIX="${REPO}${TAG:1}"
+PREFIX="${REPO}-${TAG:1}"
10
ARCHIVE="${REPO}-${TAG:1}.tar.gz"
11
12
git archive --format=tar.gz --prefix="${PREFIX}/" -o $ARCHIVE HEAD
0 commit comments