-
Notifications
You must be signed in to change notification settings - Fork 204
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
Multiple artifact (wildcard) support #1
Comments
Interesting idea - What is the expectation around how these files get uploaded to the release? Would each file in that directory be uploaded separately? If you need to get something going in the mean time you could add a step prior to the release action which tars the contents of bin, then pass that path into the artifact argument. |
I'm trying to migrate a travis job to github action, travis-ci supports using array notation and glob pattern to specify files to be uploaded: https://docs.travis-ci.com/user/deployment/releases/#uploading-multiple-files |
Each file would be uploaded separately. This would allow creating a release that had, for example, artifacts for different platforms, architectures, runtimes, etc. You can throw everything into a single archive file as a workaround, but ideally people shouldn't have to download an archive of everything just to get at the one they need. |
Updated v1 tag. Added the following:
|
* main: Attempt ncipollo#1 at fixing workflow file Add initial releases workflow Add biome and initial format rules
This would not work.
The text was updated successfully, but these errors were encountered: