We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a7a12 commit 14f5a54Copy full SHA for 14f5a54
.github/workflows/build.yml
@@ -59,6 +59,7 @@ jobs:
59
projectPath: ./UnityProject
60
targetPlatform: ${{ matrix.unityTarget }}
61
buildMethod: UnityBuilderAction.RestoreScript.Restore
62
+ customParameters: -hostPlatform ${{ matrix.kind }}
63
64
- name: Tree assembly source paths
65
run: |
.github/workflows/publish.yml
@@ -55,6 +55,7 @@ jobs:
55
56
57
58
0 commit comments