Skip to content

Commit 7ecf66a

Browse files
authored
Use forward slashes for project path
1 parent 9aa81c2 commit 7ecf66a

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.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)