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

Fix nested archives in CI artifacts #13

Merged
merged 1 commit into from
Jul 29, 2021
Merged

Conversation

fifty-six
Copy link

actions/upload-artifact@v2 zips the given path, which is already a zip, resulting in nested zips in the artifacts. We can have upload-artifact run on the results instead, which requires moving the cleaning to the
next build and placing the uploads in-between as each build was removing all of its output aside from its created zip.

`actions/upload-artifact@v2` zips the given path, which is already a zip,
resulting in nested zips in the artifacts. We can have `upload-artifact`
run on the results instead, which requires moving the cleaning to the
next build and placing the uploads in-between as each build was removing
its output aside fromits created zip.
@ElektroKill ElektroKill merged commit 5e11ed3 into dnSpyEx:master Jul 29, 2021
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

Successfully merging this pull request may close these issues.

2 participants