Skip to content

Commit 8a7a7c2

Browse files
committed
.github/workflows: send version parameter to Windows release script
Updates #48
1 parent c53185d commit 8a7a7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
GO111MODULE: on
7474
- name: Package release
75-
run: .\release.ps1
75+
run: .\release.ps1 -version ($Env:GITHUB_REF).trimstart('refs/tags/')
7676
working-directory: .\release\msi
7777
id: package
7878
- name: Upload binary

0 commit comments

Comments
 (0)