Use forward slashes for project path

This commit is contained in:
Heath Stewart 2022-01-20 14:36:41 -08:00 committed by GitHub
parent 9aa81c2c04
commit 7ecf66a7ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,7 +143,7 @@ jobs:
MSBUILD_PATH: ${{ steps.setupmsbuild.outputs.msbuildPath }}
run: |
name="$(basename "$ZIP_FILE" ".zip")"
"${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}"
- name: Obtain signing cert
id: obtain_cert
env: