diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 559326e..6d53826 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,4 +113,4 @@ jobs: uses: actions/setup-dotnet@v4 - name: Publish NuGet Package - run: dotnet nuget push *nupkg --skip-duplicate --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json \ No newline at end of file + run: dotnet nuget push "Packages/*nupkg" --skip-duplicate --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json \ No newline at end of file