eMoflon / emoflon-ibex-eclipse-build

CI and build scripts for eMoflon::IBeX Eclipse installations.
https://emoflon.org
GNU General Public License v3.0
3 stars 2 forks source link

Artifact download gives a zip within a zip #2

Open maxkratz opened 2 years ago

maxkratz commented 2 years ago

Currently, there is a Github UI limitation that does not allow the download of individual artifact files from a Github Action run.

  1. Start the pipeline.
  2. actions/upload-artifacts@v2 uploads a single zip file (that our build script generated in the run).
  3. The zip file is registered in "Artifacts".
  4. User downloads the artifact which automatically gets zipped again -> zip in zip.

Related:

maxkratz commented 2 years ago

Should not be a problem anymore. Users should download Eclipse ZIP archives from the release section (e.g., https://github.com/maxkratz/emoflon-eclipse-build/releases/latest) -> The ZIP files correctly contain the Eclipse folder without nested ZIP archives.