Skip to content

Commit

Permalink
Glob it
Browse files Browse the repository at this point in the history
  • Loading branch information
domn1995 committed Jun 13, 2022
1 parent f127f2f commit 3e74bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Test
run: dotnet test -c Release --no-build --verbosity normal
- name: Publish to NuGet
run: dotnet nuget push src/Dunet/*.nupkg -s "https://api.nuget.org/v3/index.json" -k ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push **/*.nupkg -s "https://api.nuget.org/v3/index.json" -k ${{ secrets.NUGET_API_KEY }}

0 comments on commit 3e74bdd

Please sign in to comment.