From a12d66405548a1ac8973b24659653b5a9dcf6791 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Sat, 16 Nov 2024 10:48:26 +0000 Subject: [PATCH] Use relative path. Increase timeout to 30 minutes. --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 76a73da70..fd0b21fa8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -102,7 +102,8 @@ jobs: signing-policy-slug: 'release-signing' github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}' 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 run: | dir ${{ github.workspace }}\build\signed