Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
369befe7f8
14
.github/workflows/build_all.yml
vendored
14
.github/workflows/build_all.yml
vendored
@ -54,7 +54,19 @@ jobs:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: assets
|
||||
name: minecraft-launcher-client
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: minecraft-launcher-server
|
||||
|
||||
- name: Prepare ssh
|
||||
env:
|
||||
SSH_FINGERPRINT: ${{secrets.SSH_FINGERPRINT}}
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "$SSH_FINGERPRINT" >> ~/.ssh/known_hosts
|
||||
shell: bash
|
||||
|
||||
- name: Upload files
|
||||
env:
|
||||
SSHPASS: ${{secrets.SSH_PASSWORD}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user