Skip to content

Commit b8bb6f3

Browse files
committed
chore: Update torque-cli package name in release_nuget.yml
1 parent ff42901 commit b8bb6f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet pack --configuration Release --no-build --output . /p:Version=${VERSION}
3232

3333
- name: Push
34-
run: dotnet nuget push torque-cli.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
34+
run: dotnet nuget push /home/runner/work/torque-cli/torque-cli/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

0 commit comments

Comments
 (0)