Skip to content

Commit 8f8988c

Browse files
committed
chore: fix pipeline
1 parent 888b178 commit 8f8988c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
run: |
6161
# Download Deneb state
6262
curl -o data/deneb_holesky_beacon_state_2227472.ssz.zip https://dviu8zszosyat.cloudfront.net/deneb_holesky_beacon_state_2227472.ssz.zip
63-
(cd data && unzip deneb_holesky_beacon_state_2227472.ssz.zip)
64-
65-
# Download Electra State
63+
unzip -j data/deneb_holesky_beacon_state_2227472.ssz.zip -d data/
64+
65+
# Download Electra state
6666
curl -o data/electra_mekong_beacon_state_654719.ssz.zip https://d1w8rcimizlk6a.cloudfront.net/electra_mekong_beacon_state_654719.ssz.zip
67-
(cd data && unzip electra_mekong_beacon_state_654719.ssz.zip)
67+
unzip -j data/electra_mekong_beacon_state_654719.ssz.zip -d data/
6868
6969
- name: Run tests
7070
env:

0 commit comments

Comments
 (0)