Update build_all.yml

This commit is contained in:
Timerix22 2024-01-06 21:32:29 +06:00 committed by GitHub
parent 96a34f18e9
commit a4cdae2f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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