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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,11 @@ jobs:
name: minecraft-launcher-server name: minecraft-launcher-server
- name: Prepare ssh - 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 - name: Upload files
env: env: