File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ jobs:
412
412
with :
413
413
pattern : profiling-node-binaries-${{ github.sha }}-*
414
414
path : ${{ github.workspace }}/packages/profiling-node/lib/
415
+ merge-multiple : true
415
416
416
417
- name : Pack tarballs
417
418
run : yarn build:tarball
@@ -934,6 +935,7 @@ jobs:
934
935
with :
935
936
pattern : profiling-node-binaries-${{ github.sha }}-*
936
937
path : ${{ github.workspace }}/packages/profiling-node/lib/
938
+ merge-multiple : true
937
939
938
940
- name : Log downloaded binaries
939
941
run : ls -la ${{ github.workspace }}/packages/profiling-node/lib/
@@ -1497,19 +1499,19 @@ jobs:
1497
1499
- os : windows-2022
1498
1500
node : 16
1499
1501
arch : x64
1500
- binary : windows- win32-x64-93
1502
+ binary : win32-x64-93
1501
1503
- os : windows-2022
1502
1504
node : 18
1503
1505
arch : x64
1504
- binary : windows- win32-x64-108
1506
+ binary : win32-x64-108
1505
1507
- os : windows-2022
1506
1508
node : 20
1507
1509
arch : x64
1508
- binary : windows- win32-x64-115
1510
+ binary : win32-x64-115
1509
1511
- os : windows-2022
1510
1512
node : 22
1511
1513
arch : x64
1512
- binary : windows- win32-x64-127
1514
+ binary : win32-x64-127
1513
1515
1514
1516
steps :
1515
1517
- name : Setup (alpine)
You can’t perform that action at this time.
0 commit comments