From dc8ff50a796e71fd8e78e83c0f24f5e9c0b66c8b Mon Sep 17 00:00:00 2001 From: MinyazevR <89993880+MinyazevR@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:57:59 +0300 Subject: [PATCH] Specify the path to id_rsa explicitly --- .github/workflows/installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index a5d1086d81..36c2fa3936 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -93,7 +93,7 @@ jobs: 7z a trik-studio.zip "$APP_DIR" install -m 600 -D /dev/null $HOME/.ssh/id_rsa echo "${{ secrets.DL_PRIVATE_SSH_KEY }}" > $HOME/.ssh/id_rsa - rsync -vvv --rsh="ssh -o StrictHostKeyChecking=no" trik-studio.zip ${{ secrets.DL_USERNAME }}@${{ secrets.DL_HOST }}:~/dl/ts/fresh/installer/trik-studio-"$BRANCH_NAME"-x86_64.zip + rsync -v --rsh="ssh -o StrictHostKeyChecking=no -vvv -i $HOME/.ssh/id_rsa" trik-studio.zip ${{ secrets.DL_USERNAME }}@${{ secrets.DL_HOST }}:~/dl/ts/fresh/installer/trik-studio-"$BRANCH_NAME"-x86_64.zip timeout-minutes: 15 - name: Reinstall trik-studio and dll search