svenstaro / upload-release-action

Upload files to a GitHub release
MIT License
612 stars 109 forks source link

Upload multiple files on release event #34

Open Tejas2805 opened 3 years ago

Tejas2805 commented 3 years ago

Is there any possible way to upload multiple files on a release event? I know I can do it with multiple jobs. But anyway to do it within a single job?

jyn514 commented 3 years ago

Here's an example doing it with matrix and multiple jobs: https://github.com/deadlinks/cargo-deadlinks/commit/a259a191dd2ab57df1bf519b273064e1d7755cf9

robertsLando commented 1 year ago

Seems that file_glob already does this: https://github.com/svenstaro/upload-release-action/blob/master/src/main.ts#L150 so this iissue could be closed