diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index fc800f4..5ef7a1f 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -96,7 +96,7 @@ jobs: - id: gitversion uses: gittools/actions/gitversion/execute@v1.1.1 - run: | - dotnet publish -c Release -o publish --sc ${{ matrix.self }} ` + dotnet publish -c Release --sc ${{ matrix.self }} ` -p:Version=${{ steps.gitversion.outputs.fullSemVer }} ` -p:AssemblyVersion=${{ steps.gitversion.outputs.assemblySemVer }} ` -p:FileVersion=${{ steps.gitversion.outputs.assemblySemFileVer }} `