We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7102b68 commit 22301c3Copy full SHA for 22301c3
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
repo: context.repo.repo,
37
release_id: release.data.id,
38
name: "platform-status.zip",
39
- data: '@${releaseFile}',
+ data: `@${releaseFile}`,
40
});
41
debug: false
42
result-encoding: "json"
0 commit comments