Skip to content

Commit be9db66

Browse files
vicwjbgitee-org
authored andcommitted
ci: update pipeline-20260124.yml
1 parent e109974 commit be9db66

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.workflow/pipeline-20260124.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ stages:
3131
- dotnet restore
3232
- '# 构建项目'
3333
- dotnet build IFoxCAD.slnx -c Release /p:EnableWindowsTargeting=true
34-
3534
- '# 返回根目录推送包'
36-
- dotnet nuget push ./packages/*.nupkg --api-key ${NUGET_AUTH_TOKEN} --source https://api.nuget.org/v3/index.json --skip-duplicate
35+
- dotnet nuget push ./bin/Release/*.nupkg --api-key ${NUGET_AUTH_TOKEN} --source https://api.nuget.org/v3/index.json --skip-duplicate
3736
strategy: {}

0 commit comments

Comments
 (0)