From 40a35dfab9922e1d1c6d4b1f9ce62774519bfb00 Mon Sep 17 00:00:00 2001 From: Freesia Date: Sat, 16 Mar 2024 04:03:47 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=82=E3=82=8D=E3=82=82=E3=82=8D=E8=AA=BF?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet-desktop.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 5ef7a1f..9096942 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -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/ @@ -96,7 +95,7 @@ jobs: - id: gitversion uses: gittools/actions/gitversion/execute@v1.1.1 - 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 }} `