ataylorme/npm pack zip action
A GitHub action that creates a .zip file with the same contents as the tarball created with npm pack.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| file-name | Name of the .zip file to create. PACKAGE_NAME will be replaced with the package name from package.json and SHA will be replaced with the commit hash that triggered the action | no | PACKAGE_NAME-SHA.zip |
| source-dir | The directory, relative to the root, where the package.json to zip is | no | "" |
Outputs
| name | description |
|---|---|
| zip-path | The relative path and file name of the `.zip` archive |
| zip-path-full | The full path and file name of the `.zip` archive |