Add newline to OTAPI3 Nuget workflow
This commit is contained in:
parent
5fe857ef36
commit
1f949bd608
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-otapi3-nuget.yml
vendored
2
.github/workflows/ci-otapi3-nuget.yml
vendored
|
|
@ -25,4 +25,4 @@ jobs:
|
|||
|
||||
# Publish to nuget
|
||||
- name: Push TShockAPI
|
||||
run: dotnet nuget push TShockAPI/bin/Release/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
|
||||
run: dotnet nuget push TShockAPI/bin/Release/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue