Skip to content

Commit

Permalink
refactor to use cargo workspaces (#146)
Browse files Browse the repository at this point in the history
* refactor to use cargo workspaces

* update release workflow
  • Loading branch information
blake-mealey authored Jun 11, 2022
1 parent 056da4d commit 0adfb63
Show file tree
Hide file tree
Showing 31 changed files with 503 additions and 425 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
cargo fmt -- --check
cargo clippy -- -D warnings
- name: Generate schema
run: cargo run --bin schema
run: cargo run --bin gen_schema
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
name: mantle-linux
path: mantle-linux.zip
- name: Generate schema
run: cargo run --release --bin schema > schema.json
run: cargo run --release --bin gen_schema > schema.json
- name: Upload schema artifact
uses: actions/upload-artifact@v2
with:
Expand All @@ -110,6 +110,4 @@ jobs:
with:
# TODO: remove and add body_path once we have an automated release notes generator
draft: true
# TODO: remove once we reach a stable version
prerelease: true
files: artifacts/*/*
Loading

0 comments on commit 0adfb63

Please sign in to comment.