We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9ea8e commit 666e09cCopy full SHA for 666e09c
.github/workflows/build.yml
@@ -938,7 +938,8 @@ jobs:
938
merge-multiple: true
939
940
- name: Log downloaded binaries
941
- run: ls -la ${{ github.workspace }}/packages/profiling-node/lib/
+ run: |
942
+ ls -la ${{ github.workspace }}/packages/profiling-node/lib/
943
944
- name: Build Profiling tarball
945
run: yarn build:tarball
@@ -1646,5 +1647,5 @@ jobs:
1646
1647
uses: actions/upload-artifact@v4
1648
with:
1649
name: profiling-node-binaries-${{ github.sha }}-${{ matrix.binary }}
- path: ${{ github.workspace }}/packages/profiling-node/lib/*.node
1650
+ path: ${{ github.workspace }}/packages/profiling-node/lib/sentry_cpu_profiler-${{matrix.binary}}.node
1651
if-no-files-found: error
0 commit comments