Compare commits

...

2 Commits

Author SHA1 Message Date
core 0193ffb828
merge
/ build (push) Successful in 2m36s Details
/ build_x64 (push) Has been cancelled Details
/ build_arm64 (push) Failing after 2m52s Details
/ build_win64 (push) Has been cancelled Details
2023-10-10 18:02:08 -04:00
core b09c7e3e57
workflow update 2023-10-10 18:01:12 -04:00
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: Install aarch64 target - name: Install aarch64 target
run: rustup target add aarch64-unknown-linux-gnu run: rustup target add aarch64-unknown-linux-gnu
- name: Install additional dependencies - name: Install additional dependencies
run: apt update && apt-get install -y libclang-dev clang sshpass rsync run: apt update && apt-get install -y libclang-dev clang sshpass rsync gcc-arm-linux-gnueabi
- name: Compile release binary - name: Compile release binary
uses: https://github.com/actions-rs/cargo@v1 uses: https://github.com/actions-rs/cargo@v1
with: with:
@ -82,4 +82,4 @@ jobs:
- name: Compile release bundle - name: Compile release bundle
run: ./build_windows.sh run: ./build_windows.sh
- name: Upload binary - name: Upload binary
run: sshpass -p "${{ secrets.TRIFID_DLCDN_PASSWORD }}" rsync --mkpath -e 'ssh -p ${{ secrets.TRIFID_DLCDN_PORT }} -o StrictHostKeyChecking=no' target/x86_64-pc-windows-gnu/release/tfclient.zip ${{ secrets.TRIFID_DLCDN_USER }}@${{ secrets.TRIFID_DLCDN_IP }}:${{ secrets.TRIFID_DLCDN_PATH }}/tfclient/win64/$GITHUB_SHA/tfclient.zip run: sshpass -p "${{ secrets.TRIFID_DLCDN_PASSWORD }}" rsync --mkpath -e 'ssh -p ${{ secrets.TRIFID_DLCDN_PORT }} -o StrictHostKeyChecking=no' target/x86_64-pc-windows-gnu/release/tfclient.zip ${{ secrets.TRIFID_DLCDN_USER }}@${{ secrets.TRIFID_DLCDN_IP }}:${{ secrets.TRIFID_DLCDN_PATH }}/tfclient/win64/$GITHUB_SHA/tfclient.zip