fix(ci): disable archive for genesis-dump upload#3188
Conversation
dcaravel
left a comment
There was a problem hiding this comment.
Added a label to the PR to generate the dumps, may need an empty commit or similar to trigger CI and verify.
Per https://github.com/actions/upload-artifact when the archive parameter is false:
The name of the file will be used as the artifact name (the 'name' parameter is ignored)
The instances of download-artifact may need the name updated to include the .zip: genesis-dump.zip
550a225 to
fdc9abb
Compare
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
fdc9abb to
3aff9f8
Compare
3aff9f8 to
6bd343f
Compare
Fixes the zip-of-zip problem for minor releases.