Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Sep 30, 2024
1 parent 0980139 commit f0a4d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:
asdf install scarb 0.7.0
- name: Setup the Kakarot submodule
run: make setup
- run: mkdir /tmp && mv .kakarot/* /tmp
- name: log
run: |
echo $PWD
cd ./.kakarot
cd /tmp
echo $PWD
ls -a
cd build
Expand All @@ -67,7 +68,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifacts
path: .kakarot
path: /tmp

# Inspired by Reth CI.
# <https://github.com/paradigmxyz/reth/blob/027d50fc105fd527dca0bf56fe51b7240f119e66/.github/workflows/docker.yml>
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ broadcast
# ignore genesis.json
.hive

#artifacts/
#build/
#.kakarot/
artifacts/
build/
.kakarot/

# ignore katana dump directory
.katana/
Expand Down

0 comments on commit f0a4d2d

Please sign in to comment.