How to specify wildcard artifacts subdirectories in .gitlab-ci.yml?

The gitlab-ci-multi-runner build runner is built using Go and currently uses filepath.Glob() to scan for any specified artifacts in file_archiver.go. Go doesn’t seem to support the double star glob expression as discussed in another question here at SO. So there seem to be no way to use a full-featured **/bin expression at the moment. Because … Read more