xlii-chl/Upload an artifact with wget
Upload an artifact. This is a lighter version of upload-artifact, it only needs a shell, zip and the full version of wget.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Artifact name | — | artifact |
| path | A file, directory or wildcard pattern that describes what to upload | yes | — |
| compression | Set to false to upload the (already zipped by yourself) file directly. (default: true) | — | true |
| compression-level | The level of compression for Zlib to be applied to the artifact archive (between 0 and 9). | — | 6 |
Outputs
| name | description |
|---|---|
| artifact-id | A unique identifier for the artifact that was just uploaded. |
| artifact-url | The URL for the uploaded artifact. Access may require authorization. |