Merge pull request #401 from rosenbjerg/main

Fix nupkg directory
This commit is contained in:
Malte Rosenbjerg 2023-02-17 00:28:40 +01:00 committed by GitHub
commit fd7e396bb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,5 +19,5 @@ jobs:
run: dotnet pack FFMpegCore.sln -c Release
- name: Publish NuGet package
run: dotnet nuget push *.nupkg --skip-duplicate --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }}
run: dotnet nuget push nupkg/*.nupkg --skip-duplicate --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }}