Skip to content

Commit 0edee9f

Browse files
committed
log
1 parent 666e09c commit 0edee9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,11 @@ jobs:
12621262
with:
12631263
pattern: profiling-node-binaries-${{ github.sha }}-*
12641264
path: ${{ github.workspace }}/packages/profiling-node/lib/
1265+
merge-multiple: true
1266+
1267+
- name: Log downloaded binaries
1268+
run: |
1269+
ls -la ${{ github.workspace }}/packages/profiling-node/lib/
12651270
12661271
- name: Restore tarball cache
12671272
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)