Commit 78eb5329 by Seefs

fix: empty version

parent 1e39b5ed
...@@ -33,7 +33,8 @@ jobs: ...@@ -33,7 +33,8 @@ jobs:
- name: Resolve tag & write VERSION - name: Resolve tag & write VERSION
run: | run: |
git fetch --tags --force --depth=1 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 "$TAG" > VERSION
echo "Building tag: $TAG for ${{ matrix.arch }}" echo "Building tag: $TAG for ${{ matrix.arch }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment