From faf8c94a1f75145d538459496fec07360ac83f26 Mon Sep 17 00:00:00 2001 From: Sam Farmer Date: Thu, 29 Oct 2020 10:38:00 -0500 Subject: [PATCH] Update activation.yml --- .github/workflows/activation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/activation.yml b/.github/workflows/activation.yml index 1cd8b8f..76eab01 100644 --- a/.github/workflows/activation.yml +++ b/.github/workflows/activation.yml @@ -10,7 +10,7 @@ jobs: id: getManualLicenseFile uses: webbertakken/unity-request-manual-activation-file@v1.1 with: - unityVersion: 2019.2.11f1 + unityVersion: 2020.1.7f1 # Upload artifact (Unity_v20XX.X.XXXX.alf) - name: Expose as artifact uses: actions/upload-artifact@v1 @@ -18,5 +18,5 @@ jobs: name: ${{ steps.getManualLicenseFile.outputs.filePath }} path: ${{ steps.getManualLicenseFile.outputs.filePath }} # Activate Unity based on Secret - - name: Unity - Activate - uses: webbertakken/unity-activate@v1.3 +# - name: Unity - Activate +# uses: webbertakken/unity-activate@v1.3