Skip to content

Commit b97abb8

Browse files
intel352claude
andcommitted
fix: add downloads array to plugin.json (required by wfctl external plugin validation)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1d9b213 commit b97abb8

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

plugin.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@
1010
"keywords": ["github", "webhook", "git", "actions", "ci", "cd", "integration", "pull-request", "release"],
1111
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-github",
1212
"repository": "https://github.com/GoCodeAlone/workflow-plugin-github",
13+
"downloads": [
14+
{
15+
"os": "linux",
16+
"arch": "amd64",
17+
"url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.1/workflow-plugin-github-linux-amd64.tar.gz"
18+
},
19+
{
20+
"os": "linux",
21+
"arch": "arm64",
22+
"url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.1/workflow-plugin-github-linux-arm64.tar.gz"
23+
},
24+
{
25+
"os": "darwin",
26+
"arch": "amd64",
27+
"url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.1/workflow-plugin-github-darwin-amd64.tar.gz"
28+
},
29+
{
30+
"os": "darwin",
31+
"arch": "arm64",
32+
"url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.1/workflow-plugin-github-darwin-arm64.tar.gz"
33+
},
34+
{
35+
"os": "windows",
36+
"arch": "amd64",
37+
"url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.1/workflow-plugin-github-windows-amd64.tar.gz"
38+
}
39+
],
1340
"moduleTypes": ["git.webhook", "github.app", "github.runner_provider"],
1441
"stepTypes": [
1542
"step.gh_action_trigger",

0 commit comments

Comments
 (0)