Update build_all.yml

This commit is contained in:
Timerix22
2024-01-06 21:36:28 +06:00
committed by GitHub
parent a4cdae2f5c
commit c12dd56fc0

View File

@@ -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: