Skip to content

Commit 9721b70

Browse files
committed
fix: NuGet
1 parent eaaec39 commit 9721b70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ jobs:
4242
# tcli publish
4343
- name: Upload mod file to NuGet
4444
run: |
45-
nuget push bin/Release/COTL_API/*.nupkg -Source https://api.nuget.org/v3/index.json
45+
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

Comments
 (0)