crosswave-technology/Create Package
Bundle build output into a zip and upload as a workflow artifact.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package_path | Path to directory or file to package. | no | . |
| artifacts_path | Directory to write artifacts (default: artifacts/assets). | no | artifacts/assets |
| artifacts_name | Artifact name for upload (default: Build Artifacts). | no | Build Artifacts |
| package_name | Zip filename (default: package.zip). | no | package.zip |
Outputs
| name | description |
|---|---|
| package_file | Path to the created zip file. |
| artifacts_path | Artifacts directory containing the package. |