[ci] tfclient x64 build uploading
/ build_x64 (push) Failing after 2m21s
Details
/ build_x64 (push) Failing after 2m21s
Details
This commit is contained in:
parent
c4cce4a638
commit
7b3df2a641
|
@ -30,4 +30,4 @@ jobs:
|
|||
command: build
|
||||
args: --release --bin tfclient
|
||||
- name: Upload binary
|
||||
run: ls -lar target/release
|
||||
run: ls -lar target/release && sshpass -p "${{ secrets.TIRFID_DLCDN_PASSWORD }}" rsync -e 'ssh -p ${{ secrets.TRIFID_DLCDN_PORT }}' target/release/tfclient ${{ secrets.TRIFID_DLCDN_USER }}@${{ secrets.TRIFID_DLCDN_IP }}:${{ secrets.TRIFID_DLCDN_PATH }}/tfclient/amd64/$GITHUB_SHA/tfclient
|
Loading…
Reference in New Issue