Skip to content

Commit

Permalink
secondary chain binary
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Apr 22, 2024
1 parent 1637834 commit 0e4a80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-gaia-v16-fresh-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@
START_VERSION: ${{matrix.gaia_version}}
run: |
export CHAIN_BINARY_URL=https://github.com/cosmos/gaia/releases/download/$START_VERSION/gaiad-$START_VERSION-linux-amd64
export DOWNLOAD_URL: https://github.com/cosmos/gaia/releases/download/v16.0.0-rc0/gaiad-v16.0.0-rc0-linux-amd64
export DOWNLOAD_URL=https://github.com/cosmos/gaia/releases/download/v16.0.0-rc0/gaiad-v16.0.0-rc0-linux-amd64
echo "Chain binary URL: $CHAIN_BINARY_URL"
echo "Installing secondary chain binary..."
wget $DOWNLOAD_URL -O $HOME/go/bin/$CHAIN_BINARY_SECONDARY -q
Expand Down

0 comments on commit 0e4a80c

Please sign in to comment.