Skip to content

Commit 7041616

Browse files
committed
chore: windows
1 parent dc08ca7 commit 7041616

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/ui-tests.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
if: github.event.pull_request.head.repo.fork == false
1616
name: Build sample game for AltTester 🛠️
17-
runs-on: macos-latest
17+
runs-on: windows-2022
1818
steps:
1919
- uses: actions/checkout@v3
2020
with:
@@ -28,17 +28,14 @@ jobs:
2828
- name: Build project
2929
uses: game-ci/unity-builder@v4
3030
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 }}
3434
with:
35-
unityVersion: 2020.3.15f2
36-
targetPlatform: StandaloneOSX
35+
targetPlatform: StandaloneWindows64
3736
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
4239
- name: Open application
4340
working-directory: sample/Builds/MacOS
4441
run: |

0 commit comments

Comments
 (0)