diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 44abd9ba3..b829f7c12 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,5 +26,6 @@ jobs: shell: powershell - name: Publish Packages run: - dotnet nuget push ./aspnet-core/LocalNuget/*.nupkg --api-key ${{ secrets.NUGETKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols + dotnet nuget push *.nupkg --api-key ${{ secrets.NUGETKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols + working-directory: .\aspnet-core\LocalNuget