Skip to content

Commit

Permalink
Specify the target for dotnet pack
Browse files Browse the repository at this point in the history
  • Loading branch information
pBouillon committed May 22, 2022
1 parent c125b21 commit c337bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- run: dotnet pack --configuration Release
- run: dotnet pack ./MqttTopicBuilder --configuration Release
- name: Publish the package to nuget.org
run: dotnet nuget push */bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
env:
Expand Down

0 comments on commit c337bb2

Please sign in to comment.