Skip to content

Commit c3c467f

Browse files
Use personal unity license
1 parent 2278556 commit c3c467f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- name: Build project
2525
uses: game-ci/unity-builder@v4
2626
env:
27+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
2728
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
2829
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
29-
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
3030
with:
3131
targetPlatform: Android
3232

0 commit comments

Comments
 (0)