Fix artifact uploading in the presence of custom matrix keys
Open
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 199
- Forks
- 67
- Avg merge
- 6h 24m
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No implementation file or test is named. Start by locating the sbt plugin code that builds artifact names during GitHub Actions matrix jobs, then inspect any related tests; done means custom matrix keys are detected and artifacts from different jobs are not overwritten or corrupted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, scala
- Domain
- ci-cd, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100