We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd07a2 commit 39a71f9Copy full SHA for 39a71f9
src/main.ts
@@ -85,7 +85,7 @@ export async function run(
85
inputs
86
)
87
if (project.files.diff) {
88
- uploadArtifact(
+ await uploadArtifact(
89
artifact,
90
createDiffArtifactName(project.name),
91
Object.values(project.files.diff),
0 commit comments