We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The latest Snapshot Artifacts for the CLI are zipped twice (a zip archive inside another zip archive with the same name)
After unpacking, one would expect to see the directory containing the CLI project artifacts.
After unpacking the distribution, there's another ZIP archive (so it the distribution was packed twice)
The text was updated successfully, but these errors were encountered:
The reason for this is github actions basically automatically zips build assets (which happen to be zip files)
Sorry, something went wrong.
@graemerocher indeed, there seems to be at least one open GitHub Action Issue for this actions/upload-artifact#39
Not much can be done so closing
No branches or pull requests
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
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)
The text was updated successfully, but these errors were encountered: