We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0a650 commit 9aa81c2Copy full SHA for 9aa81c2
1 file changed
.github/workflows/releases.yml
@@ -143,7 +143,7 @@ jobs:
143
MSBUILD_PATH: ${{ steps.setupmsbuild.outputs.msbuildPath }}
144
run: |
145
name="$(basename "$ZIP_FILE" ".zip")"
146
- "${MSBUILD_PATH}/msbuild.exe" .\build\windows\gh.wixproj /p:SourceDir="$PWD" /p:OutputPath="$PWD" /p:OutputName="$name" /p:ProductVersion="${GITHUB_REF#refs/tags/v}"
+ "${MSBUILD_PATH}\MSBuild.exe" .\build\windows\gh.wixproj -p:SourceDir="$PWD" -p:OutputPath="$PWD" -p:OutputName="$name" -p:ProductVersion="${GITHUB_REF#refs/tags/v}"
147
- name: Obtain signing cert
148
id: obtain_cert
149
env:
0 commit comments