diff --git a/.github/workflows/butler.yaml b/.github/workflows/butler.yaml index 261776d..6334141 100644 --- a/.github/workflows/butler.yaml +++ b/.github/workflows/butler.yaml @@ -20,16 +20,16 @@ jobs: - name: Install Butler run: | - curl -LO https://itch.io/butler/installation/linux/installer.sh - chmod +x installer.sh - ./installer.sh + curl -LO https://itch.io/butler/installation/linux/butler + chmod +x butler + sudo mv butler /usr/local/bin/ - name: Set up Unity uses: game-ci/unity-builder@v2 with: unityVersion: 2022.3.27f1 targetPlatform: StandaloneWindows64 - + - name: Build Unity Project run: | unity-builder --projectPath . --buildTarget StandaloneWindows64 --buildName MyGameBuild --outputPath ./build