Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Aug 10, 2023
1 parent 3761874 commit e4d0d8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ jobs:
run: |
export arch=$(uname -m)
export system_os=$(echo "ubuntu-ghcloud" | cut -d- -f1)
export os_type="$(system_os)-${arch})
echo "os_type=${os_type}" >> $GITHUB_ENV
echo "os_type=${system_os}-${arch}" >> $GITHUB_ENV
mv ./target/release/sui ./target/release/sui-${os_type}
mv ./target/release/sui-node ./target/release/sui-node-${os_type}
mv ./target/release/sui-tool ./target/release/sui-tool-${os_type}
Expand Down

0 comments on commit e4d0d8b

Please sign in to comment.