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 337c4d6 commit 0970865Copy full SHA for 0970865
1 file changed
.github/workflows/build-test-macos.yml
@@ -159,6 +159,8 @@ jobs:
159
- name: Upload Macos Distribution
160
if: ${{ inputs.upload_artifacts && matrix.config == 'Release' }}
161
uses: actions/upload-artifact@v4
162
+ env:
163
+ ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS: 1800000
164
with:
165
name: Distributives_macos-${{matrix.os}}
166
path: meshlib_${{matrix.os}}.pkg
0 commit comments