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 d256439 commit 316ab08Copy full SHA for 316ab08
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