feat: add a zip artifact option to publish a zip - #40
Merged
Conversation
shiipou
force-pushed
the
feat--add-zip-artifact-option-to-publish-a-zip
branch
from
June 20, 2025 12:21
c67faee to
5606f72
Compare
shiipou
force-pushed
the
feat--add-zip-artifact-option-to-publish-a-zip
branch
2 times, most recently
from
June 20, 2025 12:56
c2be487 to
9fcc169
Compare
shiipou
force-pushed
the
feat--add-zip-artifact-option-to-publish-a-zip
branch
from
June 20, 2025 12:59
9fcc169 to
7558003
Compare
Member
|
@shiipou what is the corresponding PR ? |
Contributor
Author
@taorepoara That allow to retrieve the web.zip artifact as a zip or as an unzipped as needed in the workflow. So now the release will get each artifacts we need in reveel. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
About this PR
This action use a PR I did on the official actions/download-artifact.
The change add a new feature to actions/download-artifact that was asked by a lot of people.
Which is to choose what artifact to unzip or not.
So I use this new feature in this PR to upload allow to upload the zipped artifact to github release, or download unziped artifact to build a docker image with content of the artifact for example.
Technical highlight/advice
How to test my changes
Checklist
I included unit tests that cover my changes
I added/updated the documentation about my changes