Skip to content

Commit fe8918c

Browse files
committed
fix path
1 parent fac0a46 commit fe8918c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: dotnet test --configuration Release --no-build --verbosity normal
3131

3232
- name: Pack
33-
run: dotnet pack src/Collections.Analyzer/Collections.Analyzer.csproj --configuration Release --no-build --output nupkgs
33+
run: dotnet pack Collections.Analyzer/Collections.Analyzer.csproj --configuration Release --no-build --output nupkgs
3434

3535
- name: Push to NuGet
3636
run: dotnet nuget push nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)