Skip to content

Commit be19316

Browse files
committed
Updating actual artifact name to include same step/matrix prefix.
1 parent 50b01b7 commit be19316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ${error}`;
7575
const hex = hashSum.digest('hex');
7676

7777
const artifactClient = new DefaultArtifactClient();
78-
const artifactName = hex;
78+
const artifactName = step_name +"-"+ matrix_key +"-"+ hex;
7979
const files = [
8080
filename,
8181
]

0 commit comments

Comments
 (0)