From c9500d205baecfb2b43ea22d4859491490d5344f Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki <78918084+kochounoyume@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:32:30 +0900 Subject: [PATCH] Update nuget-source-generator.yml --- .github/workflows/nuget-source-generator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget-source-generator.yml b/.github/workflows/nuget-source-generator.yml index 5ac18e0..7947ede 100644 --- a/.github/workflows/nuget-source-generator.yml +++ b/.github/workflows/nuget-source-generator.yml @@ -18,8 +18,8 @@ jobs: - uses: actions/setup-dotnet@v4.2.0 with: dotnet-version: 8.0.x - - run: dotnet restore - - run: dotnet build --configuration Release --no-restore + - run: dotnet restore src/MinimalUtility.SourceGenerator/MinimalUtility.SourceGenerator.csproj + - run: dotnet build src/MinimalUtility.SourceGenerator/MinimalUtility.SourceGenerator.csproj --configuration Release --no-restore - run: dotnet pack src/MinimalUtility.SourceGenerator/MinimalUtility.SourceGenerator.csproj -o artifacts/ - uses: actions/upload-artifact@v4.6.0 with: