ci: add platform filter input to desktop build workflow #39
This workflow graph cannot be shown
A graph will be generated the next time this workflow is run.
Annotations
1 error
|
Invalid workflow file:
.github/workflows/build-desktop.yml#L1
(Line: 72, Col: 9): Unrecognized named-value: 'matrix'. Located at position 100 within expression: github.event_name == 'push' || inputs.platform == 'all' || (inputs.platform == 'linux' && contains(matrix.platform, 'ubuntu')) || (inputs.platform == 'macos' && contains(matrix.platform, 'macos')) || (inputs.platform == 'windows' && contains(matrix.platform, 'windows'))
|