You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style(audience): hardcode step scope labels, drop scope-derivation logic
Reverts the setup-job scope derivation and the per-cell env-var
single-source pattern. Step names and if: conditions now state the
scope directly:
Detect or Install Unity (Windows + macOS only)
Detect or Install VS Build Tools (StandaloneWindows64 IL2CPP only)
Trade-off: adding a desktop target that needs Unity install or VS
Build Tools requires editing the step's name and if: in the workflow
alongside matrix-shared.json. Worth the simpler workflow.
0 commit comments