Skip to content

Commit 4162daf

Browse files
Correct version parameters in createrelease.yml
Fix assembly and informational version parameters in publish command.
1 parent 08ca678 commit 4162daf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/createrelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
--configuration Release --output publishOutput -r win-x64
5252
--self-contained false
5353
-p:Version=${{ steps.get_version.outputs.VERSION }}
54-
-p:AssemblyVersion${{ steps.get_version.outputs.VERSION }}
54+
-p:AssemblyVersion=${{ steps.get_version.outputs.VERSION }}
5555
-p:FileVersion=${{ steps.get_version.outputs.VERSION }}
56-
-p:InformationalVersion${{ steps.get_version.outputs.VERSION }}
56+
-p:InformationalVersion=${{ steps.get_version.outputs.VERSION }}
5757

5858
- name: Build Release Package
5959
run: |

0 commit comments

Comments
 (0)