We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13a6ea commit 4e233a0Copy full SHA for 4e233a0
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Convert file name
30
run: |
31
- $MSI_PATH = cygpath -m ${{ github.workspace }}\build-artifacts\TagCompanion-${{ env.VERSION }}.msi
+ $MSI_PATH = cygpath -m ${{ github.workspace }}\build-artifacts\TagCompanion-${{ github.event.inputs.version }}.msi
32
Echo MSI_PATH=$MSI_PATH | Out-File -FilePath ${env:GITHUB_ENV} -Encoding utf8 -Append
33
34
- name: Release
0 commit comments