Skip to content

Commit 0724b42

Browse files
committed
add activation
1 parent d0484c6 commit 0724b42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ jobs:
5757
with:
5858
version: 2021.3.0f1
5959

60+
- uses: buildalon/activate-unity-license@v2
61+
with:
62+
license: 'Personal'
63+
username: '${{ secrets.UNITY_USERNAME }}'
64+
password: '${{ secrets.UNITY_PASSWORD }}'
65+
6066
- name: Verify Unity install
6167
run: |
6268
UNITY_PATH=$(find /home/runner -type f -name Unity | grep "Editor/Unity" | head -n 1)

0 commit comments

Comments
 (0)