From f7cdf4b62eb0623b19db57e63336f4ac3128212d Mon Sep 17 00:00:00 2001 From: Timerix22 <87668556+Timerix22@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:23:15 +0600 Subject: [PATCH] Update build_all.yml --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 45fa8c5..3c0d1ac 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -39,7 +39,7 @@ jobs: dotnet-version: 8.0.x - name: Build - run: cd minecraft-launcher-client && publish.bat + run: cd minecraft-launcher-client && .\publish.bat - name: Upload artifacts uses: actions/upload-artifact@v3