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 ad48c4a commit 1c64fd2Copy full SHA for 1c64fd2
.github/workflows/release.yml
@@ -57,6 +57,9 @@ jobs:
57
github-artifact-id: ${{ steps.upload_unsigned.outputs.artifact-id }}
58
wait-for-completion: true
59
output-artifact-directory: './signed-windows'
60
+ wait-for-completion-timeout-in-seconds: 7200
61
+ service-unavailable-timeout-in-seconds: 1800
62
+ download-signed-artifact-timeout-in-seconds: 1800
63
64
- name: Upload signed Windows artifact
65
if: matrix.os == 'windows-latest'
0 commit comments