Update push_master.yml

This commit is contained in:
2024-03-11 02:36:28 +01:00
committed by GitHub
Unverified
parent c46d9277fe
commit dcc08010f7

View File

@@ -43,8 +43,8 @@ jobs:
uses: Nambers/ReplaceStringInFile@v1.3
with:
path: VDownload/Package.appxmanifest
oldString: "Version=\"0.0.0.0\""
newString: "Version=\"${{steps.gitversion.outputs.SemVer}}.0\""
oldString: 0.0.0.0
newString: ${{steps.gitversion.outputs.SemVer}}.0
showFileContent: true
escapeBackslash: true
- name: Set version in app.manifest file