upload-release-asset icon indicating copy to clipboard operation
upload-release-asset copied to clipboard

Support Ant style globs

Open walshta opened this issue 5 years ago • 2 comments

It would be nice if specifying asset paths using asset_path could support Ant style globs such as ./build/**/*.zip. Build systems like Maven and Gradle have sometimes complex or long paths and this would simplify setting up the task.

This also affects issue #4.

walshta avatar Nov 05 '19 18:11 walshta

Ref https://github.com/actions/upload-artifact/issues/3#issuecomment-524442814

eine avatar Nov 05 '19 19:11 eine

This is for me the must have feature, otherwise I cannot use this action, because the war/jar the we are building is named urlaubsverwaltung-$(version).war and therefore we need a urlaubsverwaltung-*

derTobsch avatar Dec 18 '19 11:12 derTobsch