Skip to content

Commit

Permalink
Specify the path to id_rsa explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR authored and iakov committed Dec 24, 2024
1 parent 390d2c2 commit dc8ff50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc8ff50

Please sign in to comment.