We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ff9cd commit d297383Copy full SHA for d297383
.github/actions/build-plugin/action.yaml
@@ -16,6 +16,10 @@ inputs:
16
description: Developer ID for application codesigning (macOS only)
17
required: false
18
default: '-'
19
+ codesignTeam:
20
+ description: Team ID for application codesigning (macOS only)
21
+ required: false
22
+ default: ''
23
workingDirectory:
24
description: Working directory for packaging
25
0 commit comments