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 d0484c6 commit 0724b42Copy full SHA for 0724b42
.github/workflows/create-release-pr.yml
@@ -57,6 +57,12 @@ jobs:
57
with:
58
version: 2021.3.0f1
59
60
+ - uses: buildalon/activate-unity-license@v2
61
+ with:
62
+ license: 'Personal'
63
+ username: '${{ secrets.UNITY_USERNAME }}'
64
+ password: '${{ secrets.UNITY_PASSWORD }}'
65
+
66
- name: Verify Unity install
67
run: |
68
UNITY_PATH=$(find /home/runner -type f -name Unity | grep "Editor/Unity" | head -n 1)
0 commit comments