Skip to content

feat: add a zip artifact option to publish a zip - #40

Merged
shiipou merged 17 commits into
mainfrom
feat--add-zip-artifact-option-to-publish-a-zip
Aug 27, 2025
Merged

feat: add a zip artifact option to publish a zip#40
shiipou merged 17 commits into
mainfrom
feat--add-zip-artifact-option-to-publish-a-zip

Conversation

@shiipou

@shiipou shiipou commented May 7, 2025

Copy link
Copy Markdown
Contributor

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 didn't over-scope my PR
  • My PR title matches the commit convention
  • I did not include breaking changes
  • I made my own code-review before requesting one

I included unit tests that cover my changes

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

I added/updated the documentation about my changes

  • 📜 README.md
  • 📕 docs/*.md
  • 📓 docs.lenra.io
  • 🙅 no documentation needed

@shiipou
shiipou force-pushed the feat--add-zip-artifact-option-to-publish-a-zip branch from c67faee to 5606f72 Compare June 20, 2025 12:21
@shiipou
shiipou force-pushed the feat--add-zip-artifact-option-to-publish-a-zip branch 2 times, most recently from c2be487 to 9fcc169 Compare June 20, 2025 12:56
@shiipou
shiipou force-pushed the feat--add-zip-artifact-option-to-publish-a-zip branch from 9fcc169 to 7558003 Compare June 20, 2025 12:59
@shiipou shiipou self-assigned this Jun 20, 2025
@shiipou
shiipou requested a review from taorepoara June 20, 2025 16:20
@taorepoara

Copy link
Copy Markdown
Member

@shiipou what is the corresponding PR ?

@shiipou

shiipou commented Jun 27, 2025

Copy link
Copy Markdown
Contributor Author

@shiipou what is the corresponding PR ?

@taorepoara That allow to retrieve the web.zip artifact as a zip or as an unzipped as needed in the workflow.
That's the better way I found to not multiple zip/unzip or mutliple download/upload to match this need.

So now the release will get each artifacts we need in reveel.

@shiipou
shiipou merged commit 2c17960 into main Aug 27, 2025
1 check failed
@shiipou
shiipou deleted the feat--add-zip-artifact-option-to-publish-a-zip branch August 27, 2025 16:00
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