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