From 2d7c4b1c8ac5f8704c0373bce2e10d7cb1256953 Mon Sep 17 00:00:00 2001 From: Necrofancy <31827421+Necrofancy@users.noreply.github.com> Date: Thu, 4 Feb 2021 23:11:02 -0800 Subject: [PATCH] Fix getManualLicenseFile A quick tread through using this amazing example from scratch revealed that the action name referenced was slightly off. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f61362b..c01ebb8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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