We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bad7c commit 80e48cfCopy full SHA for 80e48cf
.github/workflows/butler.yaml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
unityVersion: 2022.3.27f1
31
targetPlatform: StandaloneWindows64
32
- serial: ${{ secrets.UNITY_SERIAL }}
+ UNITY_LICENSE: ${{ secrets.SERIAL }}
33
34
- name: Build Unity Project
35
run: |
0 commit comments