File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 targetPlatform :
1616 - StandaloneWindows64
1717 - WebGL
18+ - Android
1819 - iOS
1920 - StandaloneOSX
2021 - StandaloneLinux64
2324 uses : actions/checkout@v4
2425
2526 - name : Unity Builder
26- uses : game-ci/unity-builder@v4.1.1
27+ uses : game-ci/unity-builder@v4
2728 env :
2829 UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
2930 UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
@@ -43,15 +44,14 @@ jobs:
4344 strategy :
4445 matrix :
4546 targetPlatform :
46- - Android
4747 - WSAPlayer
4848 - tvOS
4949 steps :
5050 - name : Checkout repository
5151 uses : actions/checkout@v4
5252
5353 - name : Unity Builder
54- uses : game-ci/unity-builder@v4.1.1
54+ uses : game-ci/unity-builder@v4
5555 env :
5656 UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
5757 UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
You can’t perform that action at this time.
0 commit comments