Update activation.yml

This commit is contained in:
Sam Farmer 2020-10-29 10:38:00 -05:00 committed by GitHub
parent 233a93eec1
commit faf8c94a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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