We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0289e commit f53bfd7Copy full SHA for f53bfd7
.github/workflows/create-release-pr.yml
@@ -53,9 +53,14 @@ jobs:
53
54
- name: Setup Unity
55
if: steps.cache-unity.outputs.cache-hit != 'true'
56
- uses: buildalon/unity-setup@v2.1.1
+ uses: game-ci/unity-setup@v4
57
with:
58
- version: 2021.3.0f1
+ unityVersion: 2021.3.0f1
59
+
60
+ - name: Activate Unity
61
+ uses: game-ci/unity-request-activation@v4
62
+ with:
63
64
65
- name: Verify Unity install
66
run: |
0 commit comments