Currently, there is a Github UI limitation that does not allow the download of individual artifact files from a Github Action run.
- Start the pipeline.
actions/upload-artifacts@v2 uploads a single zip file (that our build script generated in the run).
- The zip file is registered in "Artifacts".
- User downloads the artifact which automatically gets zipped again -> zip in zip.
Related:
Currently, there is a Github UI limitation that does not allow the download of individual artifact files from a Github Action run.
actions/upload-artifacts@v2uploads a single zip file (that our build script generated in the run).Related: