From 96a34f18e9b794ebc3238e7a5daccad6092681de Mon Sep 17 00:00:00 2001 From: Timerix22 <87668556+Timerix22@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:26:09 +0600 Subject: [PATCH] Update build_all.yml --- .github/workflows/build_all.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}}