From 0ad21885ad40286c9c7aaa7f6e01c40b87c9c065 Mon Sep 17 00:00:00 2001 From: AstrlJelly Date: Sat, 8 Jun 2024 13:23:58 -0400 Subject: [PATCH] Update build.yml (#4) this might fix the weird nightly thing --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6503fe2a..c8d64dc6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,8 @@ -name: Build Heaven Studio +name: Build Heaven Studio Plus on: push: - branches: [ "master", "release_1_patches" ] + branches: [ "main" ] workflow_dispatch: {} jobs: @@ -63,7 +63,7 @@ jobs: UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: unityVersion: auto - buildName: Heaven Studio + buildName: Heaven Studio Plus buildsPath: build buildMethod: UnityBuilderAction.BuildScript.Build targetPlatform: ${{ matrix.targetPlatform }}