Skip to content

Commit 14f5a54

Browse files
committed
provide hostPlatform param to build method
1 parent 29a7a12 commit 14f5a54

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
projectPath: ./UnityProject
6060
targetPlatform: ${{ matrix.unityTarget }}
6161
buildMethod: UnityBuilderAction.RestoreScript.Restore
62+
customParameters: -hostPlatform ${{ matrix.kind }}
6263

6364
- name: Tree assembly source paths
6465
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
projectPath: ./UnityProject
5656
targetPlatform: ${{ matrix.unityTarget }}
5757
buildMethod: UnityBuilderAction.RestoreScript.Restore
58+
customParameters: -hostPlatform ${{ matrix.kind }}
5859

5960
- name: Tree assembly source paths
6061
run: |

0 commit comments

Comments
 (0)