Skip to content

Commit 0970865

Browse files
authored
Increase upload artifact timeout for macos
Signed-off-by: Grant Karapetyan <grant.karapetyan@meshinspector.com>
1 parent 337c4d6 commit 0970865

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-test-macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
- name: Upload Macos Distribution
160160
if: ${{ inputs.upload_artifacts && matrix.config == 'Release' }}
161161
uses: actions/upload-artifact@v4
162+
env:
163+
ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS: 1800000
162164
with:
163165
name: Distributives_macos-${{matrix.os}}
164166
path: meshlib_${{matrix.os}}.pkg

0 commit comments

Comments
 (0)