minvws/Creates a source package for an application
Creates a tarball of source files and upload it as an artifact.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package_file_name | Name of the package (without extension) for example: nl-example-package. | yes | — |
| include_paths | A space-separated list of paths to include in the package relative to the working_directory. | no | . |
| working_directory | The base directory containing the source code, only required if it does not need to be the root folder. | no | . |
| version_json_path | The location where version.json needs to be stored. For example `public/version.json`. | no | version.json |
| checkout_repository | Whether to checkout the repository (true or false). | no | false |
Outputs
no outputs