We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55b7ca commit c949e05Copy full SHA for c949e05
1 file changed
dist-workspace.toml
@@ -24,3 +24,7 @@ install-updater = false
24
[[dist.extra-artifacts]]
25
artifacts = ["skills.tar.gz"]
26
build = ["tar", "-czf", "skills.tar.gz", "skills/"]
27
+
28
+[[dist.extra-artifacts]]
29
+artifacts = ["SKILL.md"]
30
+build = ["cp", "skills/hotdata-cli/SKILL.md", "SKILL.md"]
0 commit comments