Fix getManualLicenseFile

A quick tread through using this amazing example from scratch revealed that the action name referenced was slightly off.
This commit is contained in:
Necrofancy 2021-02-04 23:11:02 -08:00 committed by GitHub
parent 87a37a069c
commit 2d7c4b1c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
- name: Request manual activation file
id: getManualLicenseFile
# https://github.com/game-ci/unity-request-activation-file/releases/
uses: game-ci/unity-request-manual-activation-file@v2.0-alpha-1
uses: game-ci/unity-request-activation-file@v2.0-alpha-1
# Upload artifact (Unity_v20XX.X.XXXX.alf)
- name: Expose as artifact
uses: actions/upload-artifact@v1