Skip to content

Commit

Permalink
fix: Fix source dymd path in the CD flow (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayLevyOfficial authored Aug 17, 2023
1 parent 5ee9ab1 commit ec6cd87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
sudo cp -r /usr/local/bin/roller_bins/* ./roller_bins/lib/
sudo cp /usr/local/bin/roller ./roller_bins/roller
sudo cp /usr/local/bin/rollapp_evm ./roller_bins/rollapp_evm
sudo cp /usr/local/bin/dymd ./roller_bins/dymd
- name: Set up filenames
run: |
OS=$(uname -s | tr '[:upper:]' '[:lower:]')
Expand Down

0 comments on commit ec6cd87

Please sign in to comment.