Update release.yml

Former-commit-id: 261e7803a0
This commit is contained in:
Malte Rosenbjerg 2020-10-28 20:22:09 +01:00
parent 1229d85cb4
commit 4347ef0220

View file

@ -15,5 +15,5 @@ jobs:
- name: Build solution
run: dotnet build --output build
- name: Publish NuGet package
run: dotnet nuget push "**/*.nupkg" --skip-duplicate --source nuget.org
run: dotnet nuget push "build/*.nupkg" --skip-duplicate --source nuget.org