File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 14
14
build :
15
15
if : github.event.pull_request.head.repo.fork == false
16
16
name : Build sample game for AltTester 🛠️
17
- runs-on : macos-latest
17
+ runs-on : windows-2022
18
18
steps :
19
19
- uses : actions/checkout@v3
20
20
with :
@@ -28,17 +28,14 @@ jobs:
28
28
- name : Build project
29
29
uses : game-ci/unity-builder@v4
30
30
env :
31
- UNITY_EMAIL : ${{ secrets.UNITY_PERSONAL_EMAIL }}
32
- UNITY_PASSWORD : ${{ secrets.UNITY_PERSONAL_PASSWORD }}
33
- UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
31
+ UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
32
+ UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
33
+ UNITY_SERIAL : ${{ secrets.UNITY_SERIAL }}
34
34
with :
35
- unityVersion : 2020.3.15f2
36
- targetPlatform : StandaloneOSX
35
+ targetPlatform : StandaloneWindows64
37
36
projectPath : sample
38
- buildMethod : MacBuilder.Build
39
- customParameters : -quit -batchmode
40
- # cacheUnityInstallationOnMac: true
41
- # allowDirtyBuild: true
37
+ buildMethod : WindowsBuilder.BuildForAltTester
38
+ customParameters : -logFile logFile.log -quit -batchmode
42
39
- name : Open application
43
40
working-directory : sample/Builds/MacOS
44
41
run : |
You can’t perform that action at this time.
0 commit comments