Skip to content

Commit 04c5e88

Browse files
committed
Update build-windows-release-binary.yml
1 parent c210c1f commit 04c5e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows-release-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Get the version
2828
id: get_version
29-
run: echo ("VERSION=" + $env:GITHUB_REF#refs/tags/) >> $env:GITHUB_ENV
29+
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $env:GITHUB_ENV
3030

3131
- name: Install dependencies
3232
run: |

0 commit comments

Comments
 (0)