Skip to content

Commit 316ab08

Browse files
committed
fix: await upload artifact
1 parent d256439 commit 316ab08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export async function run(
8585
inputs
8686
)
8787
if (project.files.diff) {
88-
uploadArtifact(
88+
await uploadArtifact(
8989
artifact,
9090
createDiffArtifactName(project.name),
9191
Object.values(project.files.diff),

0 commit comments

Comments
 (0)