mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 02:35:11 +00:00
parent
65cf84346f
commit
0ad21885ad
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue