Update push_master.yml

This commit is contained in:
2024-03-11 02:39:30 +01:00
committed by GitHub
Unverified
parent dcc08010f7
commit c063a710b8

View File

@@ -43,7 +43,7 @@ jobs:
uses: Nambers/ReplaceStringInFile@v1.3 uses: Nambers/ReplaceStringInFile@v1.3
with: with:
path: VDownload/Package.appxmanifest path: VDownload/Package.appxmanifest
oldString: 0.0.0.0 oldString: 0\.0\.0\.0
newString: ${{steps.gitversion.outputs.SemVer}}.0 newString: ${{steps.gitversion.outputs.SemVer}}.0
showFileContent: true showFileContent: true
escapeBackslash: true escapeBackslash: true