Skip to content

Commit

Permalink
remove binary log step
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Aug 2, 2024
1 parent 178cd2c commit 0322ee7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -937,10 +937,6 @@ jobs:
path: ${{ github.workspace }}/packages/profiling-node/lib/
merge-multiple: true

- name: Log downloaded binaries
run: |
ls -la ${{ github.workspace }}/packages/profiling-node/lib/
- name: Build Profiling tarball
run: yarn build:tarball
# End rebuild profiling
Expand Down Expand Up @@ -1263,11 +1259,6 @@ jobs:
pattern: profiling-node-binaries-${{ github.sha }}-*
path: ${{ github.workspace }}/packages/profiling-node/lib/
merge-multiple: true

- name: Log downloaded binaries
run: |
ls -la ${{ github.workspace }}/packages/profiling-node/lib/
- name: Restore tarball cache
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 0322ee7

Please sign in to comment.