Skip to content

Commit

Permalink
dotnet-desktop.ymlの変更: dotnet publishコマンドのオプションを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeesia committed Mar 15, 2024
1 parent 40500ed commit cfec7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- id: gitversion
uses: gittools/actions/gitversion/[email protected]
- 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 }} `
Expand Down

0 comments on commit cfec7c4

Please sign in to comment.