File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131 run : dotnet pack --configuration Release --no-build --output . /p:Version=${VERSION}
3232
3333 - name : Push
34- run : dotnet nuget push torque.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
34+ run : dotnet nuget push torque-cli .${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
3535 env :
3636 NUGET_TOKEN : ${{ secrets.NUGET_TOKEN }}
3737
3838 # Push to GitHub Packages
3939 - name : Push
40- run : dotnet nuget push torque.${VERSION}.nupkg --source https://nuget.pkg.github.com/QualiNext/index.json --api-key ${GITHUB_TOKEN}
40+ run : dotnet nuget push torque-cli .${VERSION}.nupkg --source https://nuget.pkg.github.com/QualiNext/index.json --api-key ${GITHUB_TOKEN}
4141 env :
4242 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments