Skip to content

Commit

Permalink
Update blockchain.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huanxiangspace authored Jul 20, 2024
1 parent 9b13f85 commit 270b13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blockchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: wget https://github.com/iconLake/ignite-cli/releases/download/v0.27.3/ignite_0.27.3_linux_amd64.tar.gz
- run: mkdir ./ignite_0.27.3_linux_amd64 && tar -xzvf ignite_0.27.3_linux_amd64.tar.gz -C ./ignite_0.27.3_linux_amd64
- run: sudo mv ./ignite_0.27.3_linux_amd64/ignite /usr/local/bin/ && sudo chmod +x /usr/local/bin/ignite
- run: cd ./blockchain && ll && ignite version && ignite chain build --release --check-dependencies
- run: cd ./blockchain && ls -l && ignite version && ignite chain build --release --check-dependencies

- name: Upload iconlaked
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 270b13e

Please sign in to comment.