Update build_all.yml

This commit is contained in:
Timerix22
2024-01-06 21:26:09 +06:00
committed by GitHub
parent f52b49effd
commit 96a34f18e9

View File

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