Remove prerelease metadata from ProductVersion
This commit is contained in:
parent
7ecf66a7ea
commit
bad38fdcfb
1 changed files with 2 additions and 1 deletions
3
.github/workflows/releases.yml
vendored
3
.github/workflows/releases.yml
vendored
|
|
@ -143,7 +143,8 @@ 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}"
|
||||
version="$(echo -e ${GITHUB_REF#refs/tags/v} | sed s/-.*$//)"
|
||||
"${MSBUILD_PATH}\MSBuild.exe" ./build/windows/gh.wixproj -p:SourceDir="$PWD" -p:OutputPath="$PWD" -p:OutputName="$name" -p:ProductVersion="$version"
|
||||
- name: Obtain signing cert
|
||||
id: obtain_cert
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue