We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac0a46 commit fe8918cCopy full SHA for fe8918c
1 file changed
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
run: dotnet test --configuration Release --no-build --verbosity normal
31
32
- name: Pack
33
- run: dotnet pack src/Collections.Analyzer/Collections.Analyzer.csproj --configuration Release --no-build --output nupkgs
+ run: dotnet pack Collections.Analyzer/Collections.Analyzer.csproj --configuration Release --no-build --output nupkgs
34
35
- name: Push to NuGet
36
run: dotnet nuget push nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments