Skip to content

Commit e32d0ea

Browse files
author
nate smith
committed
spaces
1 parent 6e56a87 commit e32d0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 .\build\windows\gh.wixproj /p:SourceDir="$PWD" /p:OutputPath="$PWD" /p:OutputName="$name" /p:ProductVersion="${GITHUB_REF#refs/tags/v}"
146+
"${MSBUILD_PATH}/msbuild" .\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)