Update build.yml (#4)

this might fix the weird nightly thing
This commit is contained in:
AstrlJelly 2024-06-08 13:23:58 -04:00
parent 65cf84346f
commit 0ad21885ad
1 changed files with 3 additions and 3 deletions

View File

@ -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 }}