diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index def0487..7d1fc09 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -54,7 +54,11 @@ 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: Upload files env: SSHPASS: ${{secrets.SSH_PASSWORD}}