File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 shell : pwsh
121121 run : |
122122 $version = "${{ github.ref_name }}" -replace '^v', ''
123- dotnet pack src/CDT.Core/CDT.Core.csproj --no-build -c Release -o ./ artifacts /p:Version=$version
123+ dotnet pack src/CDT.Core/CDT.Core.csproj --no-build -c Release -o \ artifacts /p:Version=$version
124124
125125 - name : NuGet login
126126 uses : NuGet/login@v1
@@ -130,5 +130,5 @@ jobs:
130130
131131 - name : Push to NuGet.org
132132 run : |
133- dotnet nuget push "${{ github.workspace }}/ artifacts/ *.nupkg" --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
133+ dotnet nuget push "${{ github.workspace }}\ artifacts\ *.nupkg" --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
134134 shell : pwsh
You can’t perform that action at this time.
0 commit comments