mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 06:01:25 +00:00
Fixed packaging oversight
This commit is contained in:
parent
0ff7bb68c4
commit
ceebb00314
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pkgrelease.yml
vendored
2
.github/workflows/pkgrelease.yml
vendored
|
@ -22,4 +22,4 @@ jobs:
|
|||
env:
|
||||
NUGET_KEY: ${{ secrets.NUGET_KEY }}
|
||||
NUGET_API: https://api.nuget.org/v3/index.json
|
||||
run: dotnet nuget push CSTNet.*.nupkg -k $NUGET_KEY -s $NUGET_API
|
||||
run: dotnet nuget push Sixam.CST.*.nupkg -k $NUGET_KEY -s $NUGET_API
|
||||
|
|
Loading…
Add table
Reference in a new issue