File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments