Skip to content

Commit b90718e

Browse files
committed
加上长的超时时间
1 parent 9736496 commit b90718e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/NuGet-tag-publish-MediaConverters.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Push generated package to NuGet
4040
run: |
4141
dotnet nuget push .\bin\Release\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NugetKey }}
42-
dotnet nuget push .\bin\Release\*.nupkg -s github
42+
dotnet nuget push .\bin\Release\*.nupkg -s github --timeout 3000
4343
4444
PackOnWindowsArm64:
4545

@@ -69,7 +69,7 @@ jobs:
6969
- name: Push generated package to NuGet
7070
run: |
7171
dotnet nuget push .\bin\Release\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NugetKey }}
72-
dotnet nuget push .\bin\Release\*.nupkg -s github
72+
dotnet nuget push .\bin\Release\*.nupkg -s github --timeout 3000
7373
7474
PackOnLinuxX64:
7575

@@ -108,7 +108,7 @@ jobs:
108108
- name: Push generated package to NuGet
109109
run: |
110110
dotnet nuget push ./bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NugetKey }}
111-
dotnet nuget push ./bin/Release/*.nupkg -s github
111+
dotnet nuget push ./bin/Release/*.nupkg -s github --timeout 3000
112112
113113
PackOnLinuxArm64:
114114

@@ -147,4 +147,4 @@ jobs:
147147
- name: Push generated package to NuGet
148148
run: |
149149
dotnet nuget push ./bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NugetKey }}
150-
dotnet nuget push ./bin/Release/*.nupkg -s github
150+
dotnet nuget push ./bin/Release/*.nupkg -s github --timeout 3000

0 commit comments

Comments
 (0)