Skip to content

Commit f719c2a

Browse files
committed
use game-ci to set up Unity
1 parent 8b0289e commit f719c2a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,14 @@ jobs:
5353

5454
- name: Setup Unity
5555
if: steps.cache-unity.outputs.cache-hit != 'true'
56-
uses: buildalon/unity-setup@v2.1.1
56+
uses: game-ci/unity-actions/setup@v2
5757
with:
58-
version: 2021.3.0f1
58+
unityVersion: 2021.3.0f1
59+
60+
- name: Activate Unity
61+
uses: game-ci/unity-actions/request-activation@v2
62+
with:
63+
unityVersion: 2021.3.0f1
5964

6065
- name: Verify Unity install
6166
run: |

0 commit comments

Comments
 (0)