We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d967f47 commit 6a6adefCopy full SHA for 6a6adef
.github/workflows/build-native-nuget.yml
@@ -209,4 +209,4 @@ jobs:
209
210
- name: Push nupkg to ProGet
211
run: |
212
- dotnet nuget push ${{ env.NUPKG_PATH }} --source "https://proget.starworks.cc:88/nuget/test/v3/index.json" --api-key "${{ secrets.PROGET_API_KEY }}" --skip-duplicate --timeout 0
+ dotnet nuget push ${{ env.NUPKG_PATH }} --source "https://proget.starworks.cc:88/nuget/test/v3/index.json" --api-key "${{ secrets.PROGET_API_KEY }}" --skip-duplicate --timeout 21600
0 commit comments