Skip to content

Commit

Permalink
chore: add sui-validator to sui-binaries (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
npty authored Jul 13, 2024
1 parent fb48eb2 commit 1bc4c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ runs:
mkdir -p sui-binaries
mv ./sui ./sui-binaries/
mv ./sui-debug ./sui-binaries/
mv ./sui-test-validator ./sui-binaries/
rm -rf sui-${{ inputs.SUI_VERSION }}-ubuntu-x86_64.tgz
- name: Save Sui binaries
Expand Down

0 comments on commit 1bc4c21

Please sign in to comment.