Update activation.yml
This commit is contained in:
parent
233a93eec1
commit
faf8c94a1f
6
.github/workflows/activation.yml
vendored
6
.github/workflows/activation.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
id: getManualLicenseFile
|
id: getManualLicenseFile
|
||||||
uses: webbertakken/unity-request-manual-activation-file@v1.1
|
uses: webbertakken/unity-request-manual-activation-file@v1.1
|
||||||
with:
|
with:
|
||||||
unityVersion: 2019.2.11f1
|
unityVersion: 2020.1.7f1
|
||||||
# Upload artifact (Unity_v20XX.X.XXXX.alf)
|
# Upload artifact (Unity_v20XX.X.XXXX.alf)
|
||||||
- name: Expose as artifact
|
- name: Expose as artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
@ -18,5 +18,5 @@ jobs:
|
|||||||
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
|
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
|
||||||
path: ${{ steps.getManualLicenseFile.outputs.filePath }}
|
path: ${{ steps.getManualLicenseFile.outputs.filePath }}
|
||||||
# Activate Unity based on Secret
|
# Activate Unity based on Secret
|
||||||
- name: Unity - Activate
|
# - name: Unity - Activate
|
||||||
uses: webbertakken/unity-activate@v1.3
|
# uses: webbertakken/unity-activate@v1.3
|
||||||
|
Loading…
Reference in New Issue
Block a user