Skip to content

Commit

Permalink
fetch bins from correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 16, 2024
1 parent 0959722 commit 1d0a060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get_cli/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- name: install diem-node (for smoke tests)
shell: bash
run: >
wget -O $DIEM_FORGE_NODE_BIN_PATH https://github.com/0LNetworkCommunity/libra-framework/releases/download/ci/libra &&
wget -O $DIEM_FORGE_NODE_BIN_PATH https://github.com/0LNetworkCommunity/libra-framework/releases/download/ci-bins/libra &&
sudo chmod 755 $DIEM_FORGE_NODE_BIN_PATH &&
echo $DIEM_FORGE_NODE_BIN_PATH &&
ls -l $DIEM_FORGE_NODE_BIN_PATH

0 comments on commit 1d0a060

Please sign in to comment.