Skip to content

Commit

Permalink
Update nuget-source-generator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kochounoyume authored Jan 23, 2025
1 parent 375fe8a commit c9500d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget-source-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c9500d2

Please sign in to comment.