Skip to content

Commit 371fe56

Browse files
committed
CI: えこれどういう間違いですか
1 parent 35f8fc1 commit 371fe56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
$path = str_replace("\\", "/", $description["src-namespace-prefix"] ?? exit);
2424
system("mkdir -p _/$path; mv src/* _/$path; rmdir src; mv _ src");
2525
unset($description["src-namespace-prefix"]);
26-
yaml_emit_file($description, "plugin.yml");
26+
yaml_emit_file("plugin.yml", $description);
2727
2828
- name: Build plugin
2929
run: curl -sL https://raw.githubusercontent.com/pmmp/DevTools/1.17.1/src/ConsoleScript.php | php -dphar.readonly=0 -- --make ./ --out $OUTPUT_FILE

0 commit comments

Comments
 (0)