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