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
+1 -1
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-[email protected]
uses: game-ci/[email protected]
# Upload artifact (Unity_v20XX.X.XXXX.alf)
- name: Expose as artifact
uses: actions/upload-artifact@v1