Skip to content

Latest snapshot artifacts are zipped twice! #248

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

Closed
1 of 4 tasks
aadrian opened this issue May 25, 2020 · 3 comments
Closed
1 of 4 tasks

Latest snapshot artifacts are zipped twice! #248

aadrian opened this issue May 25, 2020 · 3 comments

Comments

@aadrian
Copy link

aadrian commented May 25, 2020

Description

The latest Snapshot Artifacts for the CLI are zipped twice (a zip archive inside another zip archive with the same name)

Task List

  • Steps to reproduce provided
  • Stacktrace (if present) provided
  • Example that reproduces the problem uploaded to Github
  • Full description of the issue provided (see below)

Steps to Reproduce

  1. Go to the https://github.com/micronaut-projects/micronaut-starter/actions pate
  2. Download on of the latest CLI snapshots there, e.g. https://github.com/micronaut-projects/micronaut-starter/actions/runs/114575561 or https://github.com/micronaut-projects/micronaut-starter/actions/runs/114575546
  3. Unpack this distribution somewhere

Expected Behaviour

After unpacking, one would expect to see the directory containing the CLI project artifacts.

Actual Behaviour

After unpacking the distribution, there's another ZIP archive (so it the distribution was packed twice)

@graemerocher
Copy link
Contributor

The reason for this is github actions basically automatically zips build assets (which happen to be zip files)

@aadrian
Copy link
Author

aadrian commented May 25, 2020

The reason for this is github actions basically automatically zips build assets (which happen to be zip files)

@graemerocher indeed, there seems to be at least one open GitHub Action Issue for this actions/upload-artifact#39

@graemerocher
Copy link
Contributor

Not much can be done so closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants