Skip to content

Commit 90e64fc

Browse files
committed
test
1 parent cf85930 commit 90e64fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ jobs:
410410
- name: Extract Profiling Node Prebuilt Binaries
411411
uses: actions/download-artifact@v4
412412
with:
413-
pattern: profiling-node-binaries-${{ github.sha }}-*
413+
pattern: profiling-node-binaries-${{ github.sha }}
414414
path: ${{ github.workspace }}/packages/profiling-node/lib/
415415
merge-multiple: true
416416

@@ -933,7 +933,7 @@ jobs:
933933
(github.event_name != 'pull_request')
934934
uses: actions/download-artifact@v4
935935
with:
936-
pattern: profiling-node-binaries-${{ github.sha }}-*
936+
pattern: profiling-node-binaries-${{ github.sha }}
937937
path: ${{ github.workspace }}/packages/profiling-node/lib/
938938
merge-multiple: true
939939

@@ -1259,7 +1259,7 @@ jobs:
12591259
- name: Extract Profiling Node Prebuilt Binaries
12601260
uses: actions/download-artifact@v4
12611261
with:
1262-
pattern: profiling-node-binaries-${{ github.sha }}*
1262+
pattern: profiling-node-binaries-${{ github.sha }}
12631263
path: ${{ github.workspace }}/packages/profiling-node/lib/
12641264

12651265
- name: Restore tarball cache

0 commit comments

Comments
 (0)