Skip to content

Commit e1ca1ce

Browse files
committed
change
1 parent 787b281 commit e1ca1ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-linux.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
echo "creating binary archieves..."
2828
export SLANG_OS_NAME=linux
2929
export SLANG_ARCH_NAME=`uname -p`
30-
export TAG_NAME=${{ github.ref }}
30+
export TAG_NAME=`git describe --tags`
3131
export SLANG_TAG=${TAG_NAME#v}
3232
echo "tag:$TAG_NAME"
33+
echo "slang-tag:$SLANG_TAG"
3334
export SLANG_BINARY_ARCHIVE=slang-${SLANG_TAG}-${SLANG_OS_NAME}-${SLANG_ARCH_NAME}.zip
3435
export SLANG_BINARY_ARCHIVE_TAR=slang-${SLANG_TAG}-${SLANG_OS_NAME}-${SLANG_ARCH_NAME}.tar.gz
3536
echo "creating zip"

0 commit comments

Comments
 (0)