Skip to content

Commit

Permalink
ci: fix cp genesis json
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed May 15, 2024
1 parent 5fdd188 commit 7846670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
run: |
mv /tmp/elys-backup $HOME/.elys
mv /tmp/elys2-backup $HOME/.elys2
cp -a /tmp/elys2-backup/config/genesis.json $HOME/.elys/config/genesis.json
cp -a $HOME/.elys2/config/genesis.json $HOME/.elys/config/genesis.json
if: steps.cache-backup-directories.outputs.cache-hit == 'true'

- name: Upgrade to new binary
Expand Down

0 comments on commit 7846670

Please sign in to comment.