Update build_all.yml
This commit is contained in:
parent
f52b49effd
commit
96a34f18e9
6
.github/workflows/build_all.yml
vendored
6
.github/workflows/build_all.yml
vendored
@ -54,7 +54,11 @@ jobs:
|
|||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: assets
|
name: minecraft-launcher-client
|
||||||
|
- uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: minecraft-launcher-server
|
||||||
|
|
||||||
- name: Upload files
|
- name: Upload files
|
||||||
env:
|
env:
|
||||||
SSHPASS: ${{secrets.SSH_PASSWORD}}
|
SSHPASS: ${{secrets.SSH_PASSWORD}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user