We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaec39 commit 9721b70Copy full SHA for 9721b70
.github/workflows/CD.yml
@@ -42,4 +42,5 @@ jobs:
42
# tcli publish
43
- name: Upload mod file to NuGet
44
run: |
45
- nuget push bin/Release/COTL_API/*.nupkg -Source https://api.nuget.org/v3/index.json
+ cp bin/Release/COTL_API/*.nupkg COTL_API.nupkg
46
+ nuget push COTL_API.nupkg -Source https://api.nuget.org/v3/index.json
0 commit comments