Skip to content

Commit 9aa81c2

Browse files
authored
Switch parameter prefix for use in bash
1 parent cc0a650 commit 9aa81c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
MSBUILD_PATH: ${{ steps.setupmsbuild.outputs.msbuildPath }}
144144
run: |
145145
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}"
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}"
147147
- name: Obtain signing cert
148148
id: obtain_cert
149149
env:

0 commit comments

Comments
 (0)