diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 8182808..422c8e3 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -20,7 +20,7 @@ jobs: with: dotnet-version: 8.0.x - name: Pack - run: dotnet pack .\GoFileSharp\GoFileSharp\GoFileSharp.csproj --configuration release --output .\ -p:OutputFileNamesWithoutVersion=true + run: dotnet pack ./GoFileSharp/GoFileSharp/GoFileSharp.csproj --configuration release --output ./ -p:OutputFileNamesWithoutVersion=true - name: Publish - run: dotnet nuget push GoFileSharp.nupkg --api-key {{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json + run: dotnet nuget push ./GoFileSharp.nupkg --api-key {{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json