File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 92
92
path : ${{ runner.temp }}\build\${{ env.binary_tarball }}
93
93
if-no-files-found : error
94
94
compression-level : 0
95
+ env :
96
+ ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY : 5
95
97
if : env.do_install == 'true'
96
98
97
99
- name : Upload Universal Binary
@@ -101,6 +103,8 @@ jobs:
101
103
path : ${{ runner.temp }}\build\${{ env.universal_binary }}
102
104
if-no-files-found : error
103
105
compression-level : 0
106
+ env :
107
+ ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY : 5
104
108
if : env.do_install == 'true'
105
109
106
110
package-source :
@@ -377,6 +381,8 @@ jobs:
377
381
path : ${{ runner.temp }}/artifacts/${{ env.binary_tarball }}
378
382
if-no-files-found : error
379
383
compression-level : 0
384
+ env :
385
+ ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY : 5
380
386
if : ${{ endsWith(matrix.build_type, '-static') }}
381
387
382
388
- name : Upload Universal Binary
@@ -386,6 +392,8 @@ jobs:
386
392
path : ${{ runner.temp }}/artifacts/${{ env.universal_binary }}
387
393
if-no-files-found : error
388
394
compression-level : 0
395
+ env :
396
+ ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY : 5
389
397
if : ${{ endsWith(matrix.build_type, '-static') }}
390
398
391
399
macos :
You can’t perform that action at this time.
0 commit comments