Skip to content

Commit 0ba6242

Browse files
committed
fix: testing project generation.
1 parent 690ddaf commit 0ba6242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-unity-project-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build project
2525
uses: game-ci/unity-builder@v4
2626
env:
27-
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
27+
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
2828
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
2929
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
3030
with:

0 commit comments

Comments
 (0)