diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d086d9..03a77b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,4 +51,4 @@ jobs: nuget-packages/*.nupkg nuget-packages/*.snupkg - name: Push with dotnet - run: dotnet nuget push nuget-packages/*.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json + run: dotnet nuget push "nuget-packages/*.nupkg" --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json