fix: empty version

This commit is contained in:
Seefs
2025-10-12 14:22:53 +08:00
parent 0baacb2686
commit d2546cf9ec

View File

@@ -33,7 +33,8 @@ jobs:
- name: Resolve tag & write VERSION
run: |
git fetch --tags --force --depth=1
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
TAG=${GITHUB_REF#refs/tags/}
echo "TAG=$TAG" >> $GITHUB_ENV
echo "$TAG" > VERSION
echo "Building tag: $TAG for ${{ matrix.arch }}"