From c12dd56fc02457ec473d3be66d401e6a49a24f11 Mon Sep 17 00:00:00 2001 From: Timerix22 <87668556+Timerix22@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:36:28 +0600 Subject: [PATCH] Update build_all.yml --- .github/workflows/build_all.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index f58823d..2dcea5b 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -60,7 +60,11 @@ jobs: name: minecraft-launcher-server - name: Prepare ssh - run: echo "${{secrets.SSH_FINGERPRINT}}" >> ~/.ssh/known_hosts + env: + SSH_FINGERPRINT: ${{secrets.SSH_FINGERPRINT}} + run: | + echo "$SSH_FINGERPRINT" >> ~/.ssh/known_hosts + shell: bash - name: Upload files env: