From be0777a3396881f7298816987d851c6c03c92f57 Mon Sep 17 00:00:00 2001 From: Andrew Yang Date: Tue, 22 Oct 2024 17:45:12 +1100 Subject: [PATCH] chore: update license --- .github/workflows/ui-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 99b2384c..26857246 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -28,9 +28,9 @@ jobs: - name: Build project uses: game-ci/unity-builder@v4 env: - UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} - UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} - UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }} + UNITY_EMAIL: ${{ secrets.UNITY_PERSONAL_EMAIL }} + UNITY_PASSWORD: ${{ secrets.UNITY_PERSONAL_PASSWORD }} + UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: targetPlatform: StandaloneOSX projectPath: './sample'