chore: update nuget push action to pack into nuget directory
1 files changed, 1 insertions(+), 1 deletions(-) M .github/workflows/nuget-push.yml
M .github/workflows/nuget-push.yml => .github/workflows/nuget-push.yml +1 -1
@@ 24,7 24,7 @@ jobs: NUGET_AUTH_TOKEN: ${{secrets.NUGET_KEY}} - name: Pack app - run: dotnet pack NosSmooth.sln --configuration Release -o . + run: dotnet pack NosSmooth.sln --configuration Release -o nuget - name: Publish NuGet working-directory: nuget