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 d4a731f commit 0b733b0Copy full SHA for 0b733b0
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