This commit is contained in:
nate smith 2022-01-20 13:07:49 -06:00
parent 6e56a87eb1
commit e32d0ea307

View file

@ -143,7 +143,7 @@ jobs:
MSBUILD_PATH: ${{ steps.setupmsbuild.outputs.msbuildPath }}
run: |
name="$(basename "$ZIP_FILE" ".zip")"
$MSBUILD_PATH/msbuild .\build\windows\gh.wixproj /p:SourceDir="$PWD" /p:OutputPath="$PWD" /p:OutputName="$name" /p:ProductVersion="${GITHUB_REF#refs/tags/v}"
"${MSBUILD_PATH}/msbuild" .\build\windows\gh.wixproj /p:SourceDir="$PWD" /p:OutputPath="$PWD" /p:OutputName="$name" /p:ProductVersion="${GITHUB_REF#refs/tags/v}"
- name: Obtain signing cert
id: obtain_cert
env: