Skip to content

Commit 9fe0fe3

Browse files
committed
wip
1 parent 52a3baa commit 9fe0fe3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,10 @@ async function prepareNPMArtifacts() {
124124
await compress("_release", tarFile);
125125

126126
const context = github.context;
127-
const artifactName = `npm-${context.job.replace(" ", "_")}`;
127+
const artifactName = `npm-${context.job.replace(
128+
" ",
129+
"_",
130+
)}-${new Date().getTime()}`;
128131
console.log("Artifact name: ", artifactName);
129132
const { id, size } = await artifact.uploadArtifact(
130133
artifactName,

0 commit comments

Comments
 (0)