Skip to content

Commit

Permalink
fix: publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
cptchloroplast committed Jan 7, 2024
1 parent b0d132a commit f64f295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Package release
run: dotnet pack --configuration Release --no-build
- name: Publish release
run: dotnet nuget push */bin/Release/*.nupkg --skip-duplicate
run: dotnet nuget push **/bin/Release/*.nupkg --skip-duplicate


0 comments on commit f64f295

Please sign in to comment.