Update build_all.yml
This commit is contained in:
parent
a4cdae2f5c
commit
c12dd56fc0
6
.github/workflows/build_all.yml
vendored
6
.github/workflows/build_all.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user