actions-marketplace-validations/Pack Web Extension dir to zip file
Reads manifest and packs WebExtension dir to zip
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| extensionDir | Path to WebExtension directory | yes | — |
| zipGlobPattern | Include files according to the pattern | no | ** |
| zipIgnore | Patterns of files which will be excluded from the zip, separated by | | no | *.pem|.git|*.crx |
| zipFilePath | Path to save result zip file | no | — |
Outputs
| name | description |
|---|---|
| extensionName | extension name from manifest |
| extensionVersion | extension version from manifest |
| zipFilePath | the absolute path to created zip file |