Skip to content

Commit

Permalink
Update push_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszskoczek authored Mar 11, 2024
1 parent c063a71 commit 37f35c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
uses: Nambers/ReplaceStringInFile@v1.3
with:
path: VDownload/app.manifest
oldString: "assemblyIdentity version=\"0.0.0.0\""
newString: "assemblyIdentity version=\"${{steps.gitversion.outputs.SemVer}}.0\""
oldString: 0\.0\.0\.0
newString: ${{steps.gitversion.outputs.SemVer}}.0
showFileContent: true
escapeBackslash: true
- name: Setup .NET
Expand Down Expand Up @@ -83,5 +83,5 @@ jobs:
- name: Upload package as artifact
uses: actions/upload-artifact@v2
with:
name: MSIX Package
name: MSIX ${{matrix.platform}}
path: VDownload\\Packages

0 comments on commit 37f35c2

Please sign in to comment.