It would be nice not to have to expand this ourselves, eg. just: ```yaml with: sourcemaps: ui/build/static/js/*.map ```` This could probably be done with just running the array through [minimatch](https://www.npmjs.com/package/minimatch) or such. _Originally posted by @amcdnl in https://github.com/getsentry/action-release/issues/43#issuecomment-766800395_