Skip to content

Commit be9ea8e

Browse files
committed
merge
1 parent 747321e commit be9ea8e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ jobs:
412412
with:
413413
pattern: profiling-node-binaries-${{ github.sha }}-*
414414
path: ${{ github.workspace }}/packages/profiling-node/lib/
415+
merge-multiple: true
415416

416417
- name: Pack tarballs
417418
run: yarn build:tarball
@@ -934,6 +935,7 @@ jobs:
934935
with:
935936
pattern: profiling-node-binaries-${{ github.sha }}-*
936937
path: ${{ github.workspace }}/packages/profiling-node/lib/
938+
merge-multiple: true
937939

938940
- name: Log downloaded binaries
939941
run: ls -la ${{ github.workspace }}/packages/profiling-node/lib/
@@ -1497,19 +1499,19 @@ jobs:
14971499
- os: windows-2022
14981500
node: 16
14991501
arch: x64
1500-
binary: windows-win32-x64-93
1502+
binary: win32-x64-93
15011503
- os: windows-2022
15021504
node: 18
15031505
arch: x64
1504-
binary: windows-win32-x64-108
1506+
binary: win32-x64-108
15051507
- os: windows-2022
15061508
node: 20
15071509
arch: x64
1508-
binary: windows-win32-x64-115
1510+
binary: win32-x64-115
15091511
- os: windows-2022
15101512
node: 22
15111513
arch: x64
1512-
binary: windows-win32-x64-127
1514+
binary: win32-x64-127
15131515

15141516
steps:
15151517
- name: Setup (alpine)

0 commit comments

Comments
 (0)