Skip to content

Commit

Permalink
もろもろ調整
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeesia committed Mar 15, 2024
1 parent cfec7c4 commit 40a35df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ jobs:
--packages-filter /Analyzers$/ \
-m -i . \
--include-project-file \
--use-project-assets-json \
--manual-package-information manual-package-information.json \
-f licenses
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: licenses
path: licenses/
Expand Down Expand Up @@ -96,7 +95,7 @@ jobs:
- id: gitversion
uses: gittools/actions/gitversion/[email protected]
- run: |
dotnet publish -c Release --sc ${{ matrix.self }} `
dotnet publish -c Release --property:PublishDir=publish --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 40a35df

Please sign in to comment.