From df4b64f0053ef160b886b31c8fab0d7ed8ac46cd Mon Sep 17 00:00:00 2001 From: Timerix22 <87668556+Timerix22@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:12:01 +0600 Subject: [PATCH] Update build_all.yml --- .github/workflows/build_all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index cb40cc7..45fa8c5 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -19,7 +19,7 @@ jobs: dotnet-version: 8.0.x - name: Build - run: cd minecraft-launcher-server && ./publish.sh + run: cd minecraft-launcher-server && chmod +x ./publish.sh && ./publish.sh - name: Upload artifacts uses: actions/upload-artifact@v3 @@ -39,7 +39,7 @@ jobs: dotnet-version: 8.0.x - name: Build - run: cd minecraft-launcher-client && ./publish.sh + run: cd minecraft-launcher-client && publish.bat - name: Upload artifacts uses: actions/upload-artifact@v3