We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b01b7 commit be19316Copy full SHA for be19316
1 file changed
index.js
@@ -75,7 +75,7 @@ ${error}`;
75
const hex = hashSum.digest('hex');
76
77
const artifactClient = new DefaultArtifactClient();
78
- const artifactName = hex;
+ const artifactName = step_name +"-"+ matrix_key +"-"+ hex;
79
const files = [
80
filename,
81
]
0 commit comments