diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 24de3ce..2aa6726 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,11 +19,9 @@ jobs: unityVersion: - 2020.1.7f1 targetPlatform: - - StandaloneOSX # Build a macOS standalone (Intel 64-bit). - - StandaloneWindows64 # Build a Windows 64-bit standalone. - - StandaloneLinux64 # Build a Linux 64-bit standalone. - - iOS # Build an iOS player. - - WebGL # WebGL. + - StandaloneOSX + - StandaloneWindows64 + - StandaloneLinux64 steps: - uses: actions/checkout@v2 with: