From d087a4b8df5be350e3516e5511c06389b8dd6e27 Mon Sep 17 00:00:00 2001 From: Webber Date: Tue, 7 Jan 2020 23:21:50 +0100 Subject: [PATCH] Remove activation step, add multiple versions --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b350a60..ba4246c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - test-project unityVersion: - 2019.2.11f1 - # - 2019.3.0f1 # requires unity-activate to upgrade + - 2019.3.0f1 targetPlatform: - WebGL - iOS @@ -40,14 +40,11 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: webbertakken/unity-activate@v1 - uses: ./ with: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }} targetPlatform: ${{ matrix.targetPlatform }} - - uses: webbertakken/unity-return-license@v1 - if: always() - uses: actions/upload-artifact@v1 with: name: Build