Skip to content

Commit 3d66434

Browse files
committed
5
1 parent b910f60 commit 3d66434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
196196
- name: Set variables
197197
run: |
198-
VERSION=${GITHUB_REF_NAME,,}-$(git rev-parse --short HEAD)
198+
VERSION="${GITHUB_REF_NAME,,}-$(git rev-parse --short HEAD)"
199199
PackageVersion="$(curl -s "https://api.github.com/repos/MetaCubeX/mihomo/releases/latest" | jq -r '.tag_name' | sed 's/v//g' | awk -F '.' '{$NF = $NF + 1; print}' OFS='.').${VERSION/-/.}"
200200
if [ -n "${{ github.event.inputs.version }}" ]; then
201201
VERSION=${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)