Skip to content

Commit d267ad8

Browse files
committed
Generate plugin repo YAML in CI
1 parent 3c66789 commit d267ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_plugin_repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def generate_plugin_repo_yaml():
3636
platforms = {
3737
"linux64": "cf-cli-java-plugin-linux-amd64",
3838
"osx": "cf-cli-java-plugin-macos-arm64",
39-
"win64": "cf-cli-java-plugin-windows-amd64.exe"
39+
"win64": "cf-cli-java-plugin-windows-amd64"
4040
}
4141

4242
binaries = []

0 commit comments

Comments
 (0)