From 55972c1db7500206e989134a8141c05873af0713 Mon Sep 17 00:00:00 2001 From: Webber Date: Wed, 29 Jan 2020 01:49:40 +0100 Subject: [PATCH] rename build job to reflect multiple platforms --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3cf60d7..8c01e4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -124,8 +124,8 @@ jobs: name: Test results (all modes) path: ${{ steps.testRunner.outputs.artifactsPath }} - buildForWebGL: - name: Build for StandaloneWindows64 🗗 + buildForSomePlatforms: + name: Build for ${{ matrix.targetPlatform }} on version ${{ matrix.unityVersion }} runs-on: ubuntu-latest strategy: fail-fast: false @@ -140,7 +140,6 @@ jobs: - StandaloneLinux64 # Build a Linux 64-bit standalone. - iOS # Build an iOS player. - WebGL # WebGL. - steps: - uses: actions/checkout@v1 - uses: actions/cache@v1.1.0