From a4cdae2f5ce343929b61eca9e4d29f840cd00a5b Mon Sep 17 00:00:00 2001 From: Timerix22 <87668556+Timerix22@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:32:29 +0600 Subject: [PATCH] Update build_all.yml --- .github/workflows/build_all.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 7d1fc09..f58823d 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -59,6 +59,9 @@ jobs: with: name: minecraft-launcher-server + - name: Prepare ssh + run: echo "${{secrets.SSH_FINGERPRINT}}" >> ~/.ssh/known_hosts + - name: Upload files env: SSHPASS: ${{secrets.SSH_PASSWORD}}