[ci] fix GitHub Actions Linux build version parsing

This commit is contained in:
kunkundi
2026-05-28 23:30:42 +08:00
parent 69d77e59cc
commit 67812957db
2 changed files with 4 additions and 0 deletions
@@ -20,6 +20,7 @@ jobs:
- name: Extract version from tag
id: version
shell: bash
run: |
TAG_NAME="${{ github.event.release.tag_name }}"
TAG_VERSION="${TAG_NAME#v}"