Skip to content

Commit

Permalink
feat: use extra artifacts for config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo authored and Gankra committed Feb 23, 2024
1 parent faa63b2 commit 2184276
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 87 deletions.
87 changes: 0 additions & 87 deletions .github/workflows/additional-release-assets.yml

This file was deleted.

8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,11 @@ npm-scope = "@axodotdev"
features = ["build-with-tailwind"]
# Publish jobs to run in CI
pr-run-mode = "plan"

[[workspace.metadata.dist.extra-artifacts]]
artifacts = ["oranda-config-schema.json"]
build = ["cargo", "run", "--", "config-schema", "--output=oranda-config-schema.json"]

[[workspace.metadata.dist.extra-artifacts]]
artifacts = ["oranda-css/dist/oranda.css"]
build = ["cargo", "run", "--", "generate-css"]

0 comments on commit 2184276

Please sign in to comment.