Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artifact download gives a zip within a zip #2

Open
maxkratz opened this issue Jan 12, 2022 · 1 comment
Open

Artifact download gives a zip within a zip #2

maxkratz opened this issue Jan 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@maxkratz
Copy link
Member

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 maxkratz added the bug Something isn't working label Jan 12, 2022
@maxkratz
Copy link
Member Author

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.

maxkratz referenced this issue in eMoflon/emoflon-neo-eclipse-build Nov 14, 2022
Include changes to support eMoflon::Neo
maxkratz added a commit that referenced this issue Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant