onekey-sec / unblob

Extract files from any kind of container formats
https://unblob.org
Other
2.14k stars 81 forks source link

fix(ci): use unique artifacts names #739

Closed qkaiser closed 7 months ago

qkaiser commented 7 months ago

Not specifying a unique name for the artifact file would lead to the following error:

Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

Fixed by specifying an artifact name that depends on the platform its been built for.