~ruther/NosSmooth

ade03b8a92ecd00f04afaf45ece829b0189b6f2c — Rutherther 3 years ago bbe5565
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

Do not follow this link