sbt-github-actions icon indicating copy to clipboard operation
sbt-github-actions copied to clipboard

Fix artifact uploading in the presence of custom matrix keys

Open djspiewak opened this issue 5 years ago • 0 comments

At present, artifact uploading is hard-coded to the default set of matrix keys (OS, Java, and Scala). Custom matrices are also possible and should be detected so as to avoid overwriting (and possibly corrupting!) artifacts from other jobs.

djspiewak avatar Aug 21 '20 05:08 djspiewak