We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ad670 commit 3c350adCopy full SHA for 3c350ad
.github/workflows/main.yaml
@@ -32,12 +32,14 @@ jobs:
32
chmod +x butler
33
sudo mv butler /usr/local/bin/
34
35
- - name: Set up Unity
36
- uses: game-ci/unity-builder@v2
+ - name: Build project
+ uses: game-ci/unity-builder@v4
37
+ env:
38
+ UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
39
+ UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
40
+ UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
41
with:
- unityVersion: 2022.3.27f1
42
targetPlatform: StandaloneWindows64
- UNITY_SERIAL: ${{ secrets.UNITY_LICENSE }}
43
44
- name: Build Unity Project
45
run: |
0 commit comments