From 03b7225b8d43b9c2a4ed9825c52b8be18efd9534 Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 11 Jan 2020 01:17:43 +0100 Subject: [PATCH] Switch to fixed version and faster build for builder --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a874e12..a2127d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,15 +115,15 @@ jobs: path: ${{ steps.testRunner.outputs.artifactsPath }} buildForWebGL: - name: Build for WebGL 🕸 + name: Build for StandaloneWindows64 🗗 runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: webbertakken/unity-builder@master + - uses: webbertakken/unity-builder@v0.5 with: projectPath: test-project unityVersion: 2019.2.11f1 - targetPlatform: WebGL + targetPlatform: StandaloneWindows64 - uses: actions/upload-artifact@v1 with: name: Build