Skip to content

Commit

Permalink
listing dir contents for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Aug 11, 2023
1 parent 57795f4 commit 1aea345
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,7 @@ jobs:
if: ${{ env.sui_tag != 'main' && (matrix.os == 'ubuntu-ghcloud' || matrix.os == 'macos-latest-xl') }}
shell: bash
run: |
export arch=$(uname -m)
export system_os=$(echo ${{ matrix.os }} | cut -d- -f1)
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}
mv ./target/release/sui-faucet ./target/release/sui-faucet-${os_type}
mv ./target/release/sui-test-validator ./target/release/sui-test-validator-${os_type}
mv ./target/release/sui-indexer ./target/release/sui-indexer-${os_type}
tar -cvzf ./target/release/sui-${{ env.sui_tag }}-${os_type}.tgz ./target/release/sui*-${os_type}*
ls -al ./target/release/sui
- name: Rename binaries for Windows
if: ${{ env.sui_tag != 'main' && matrix.os == 'windows-ghcloud' }}
Expand Down

0 comments on commit 1aea345

Please sign in to comment.