Skip to content

Commit 666e09c

Browse files
committed
direct file
1 parent be9ea8e commit 666e09c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,8 @@ jobs:
938938
merge-multiple: true
939939

940940
- name: Log downloaded binaries
941-
run: ls -la ${{ github.workspace }}/packages/profiling-node/lib/
941+
run: |
942+
ls -la ${{ github.workspace }}/packages/profiling-node/lib/
942943
943944
- name: Build Profiling tarball
944945
run: yarn build:tarball
@@ -1646,5 +1647,5 @@ jobs:
16461647
uses: actions/upload-artifact@v4
16471648
with:
16481649
name: profiling-node-binaries-${{ github.sha }}-${{ matrix.binary }}
1649-
path: ${{ github.workspace }}/packages/profiling-node/lib/*.node
1650+
path: ${{ github.workspace }}/packages/profiling-node/lib/sentry_cpu_profiler-${{matrix.binary}}.node
16501651
if-no-files-found: error

0 commit comments

Comments
 (0)