Skip to content

Commit

Permalink
debug: Bake
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 22, 2025
1 parent 1841b1e commit 71317fd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/kurtosis-op.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,12 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Check stuff
run: |
ls -al ./artifacts || echo "No ./artifacts"
ls -al ./lib/op-geth/artifacts || echo "No ./artifacts"
- name: Upload op-geth images
id: upload
uses: actions/upload-artifact@v4
with:
name: artifacts
path: ./lib/op-geth/artifacts
path: ./artifacts

prepare-reth:
needs:
Expand Down

0 comments on commit 71317fd

Please sign in to comment.