actions-marketplace-validations/upload-artifact-verify
GitHub Action to upload an artifact and verify it worked by downloading it again to a temporary directory.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The artifact name. | yes | — |
| path | The local file to upload. | yes | — |
| pre_command | A bash command to execute before uploading the artifact (e.g.: to create the artifact) | no | "" |
| post_command | A bash command to execute after downloading the artifact (e.g.: to verify it is the desired file) | no | "" |
Outputs
no outputs