mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 07:41:46 -05:00
Use relative path. Increase timeout to 30 minutes.
This commit is contained in:
parent
5cc7b3ac33
commit
a12d664055
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -102,7 +102,8 @@ jobs:
|
|||||||
signing-policy-slug: 'release-signing'
|
signing-policy-slug: 'release-signing'
|
||||||
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
|
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
|
||||||
wait-for-completion: true
|
wait-for-completion: true
|
||||||
output-artifact-directory: '${{ github.workspace }}\build\signed'
|
output-artifact-directory: 'build\signed'
|
||||||
|
wait-for-completion-timeout-in-seconds: 1800
|
||||||
- name: Unzip signed artifact
|
- name: Unzip signed artifact
|
||||||
run: |
|
run: |
|
||||||
dir ${{ github.workspace }}\build\signed
|
dir ${{ github.workspace }}\build\signed
|
||||||
|
Loading…
Reference in New Issue
Block a user