mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-09 11:15:07 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master", "release_1_patches" ]
|
branches: [ "main" ]
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -63,7 +63,7 @@ jobs:
|
||||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
unityVersion: auto
|
unityVersion: auto
|
||||||
buildName: Heaven Studio
|
buildName: Heaven Studio Plus
|
||||||
buildsPath: build
|
buildsPath: build
|
||||||
buildMethod: UnityBuilderAction.BuildScript.Build
|
buildMethod: UnityBuilderAction.BuildScript.Build
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
|
Loading…
Reference in a new issue