Skip to content

Commit 4e233a0

Browse files
committed
wrong version source
1 parent b13a6ea commit 4e233a0

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
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Convert file name
3030
run: |
31-
$MSI_PATH = cygpath -m ${{ github.workspace }}\build-artifacts\TagCompanion-${{ env.VERSION }}.msi
31+
$MSI_PATH = cygpath -m ${{ github.workspace }}\build-artifacts\TagCompanion-${{ github.event.inputs.version }}.msi
3232
Echo MSI_PATH=$MSI_PATH | Out-File -FilePath ${env:GITHUB_ENV} -Encoding utf8 -Append
3333
3434
- name: Release

0 commit comments

Comments
 (0)