diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c476b64..30def45 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,4 +26,4 @@ jobs: env: NUGET_AUTH_TOKEN: ${{secrets.NUGET_PAT}} - name: Publish the package to GPR - run: dotnet nuget push src/Lyre.sln /bin/Release/*.nupkg + run: dotnet nuget push /bin/Release/*.nupkg