From c3bad7c60822eab442ac5c891bd023025e05a1d2 Mon Sep 17 00:00:00 2001 From: pyoneerC Date: Mon, 23 Sep 2024 10:18:23 -0300 Subject: [PATCH] test ci 6 --- .github/workflows/butler.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/butler.yaml b/.github/workflows/butler.yaml index 6334141..2e08485 100644 --- a/.github/workflows/butler.yaml +++ b/.github/workflows/butler.yaml @@ -29,7 +29,8 @@ jobs: with: unityVersion: 2022.3.27f1 targetPlatform: StandaloneWindows64 - + serial: ${{ secrets.UNITY_SERIAL }} + - name: Build Unity Project run: | unity-builder --projectPath . --buildTarget StandaloneWindows64 --buildName MyGameBuild --outputPath ./build