-
Notifications
You must be signed in to change notification settings - Fork 765
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
[feat req] Non-zip artifacts #426
Comments
This is important for uploading Linux AppImage files: https://docs.appimage.org/packaging-guide/distribution.html#do-not-put-appimages-into-other-archives |
++ same concern for double zipping files |
Here is my use case. I want to generate the file |
++ Would love to see this. I'm using this action to quickly bundle up tooling directories, and since permissions are erased by the action I find myself creating archives of the directories. Which are then zipped up by the action so my users must extract the artifacts twice. |
Support simply renaming the zip file extension without zipping it again so the artifact can be opened as a document. Eg: https://en.wikipedia.org/wiki/OpenDocument
|
This really needs adding. I use a flow to build a pdf from latex. I could view this directly in my browser if it hadn't been zipped. |
For me it is primarily for something very similar, in that it would be very helpful to output a .svg or .png that contains detailed information about the build. |
+1 from me too, I would like to upload test reports in HTML format, which could then viewed directly in the browser. |
|
It seems GitHub doesn't support this: actions/upload-artifact#426 This reverts commit e7d5153.
In most of my workflows, I have test reports generated in HTML formats. While it's nice that I -can- upload the reports, opening them from a ZIP archive is quite tedious. If the concern is for size of uploads here negatively affecting performance, perhaps we could limit non-zipped uploads to be say <= 5Mb in size? Alternatively, could we get some sort of convenience function to just open the unzipped file straight in the browser without having to go through the unzip step? |
Generating a tarpaulin.html coverage report but cannot give direct link to it since it is zipped. |
What would you like to be added?
It may already be possible, but I can't figure out how to do it. For a variety of reasons, I would find it very useful if we could upload non-zip artifacts.
Why is this needed?
For instance:
The text was updated successfully, but these errors were encountered: