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}}