Skip to content

Commit

Permalink
Add rust client to workspace (#10)
Browse files Browse the repository at this point in the history
* Removed unused lock files

* Add client to workspace

* Add resolver setting

* Fix rust client build  artifact path
  • Loading branch information
febo committed Jan 20, 2024
1 parent 65963fa commit 5159c91
Show file tree
Hide file tree
Showing 5 changed files with 4,823 additions and 7,858 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
with:
name: rust-client-builds
# First wildcard ensures exported paths are consistently under the clients folder.
path: ./client*/rust/target/release/*mpl_project_name*
path: ./targe*/release/*mpl_project_name*
if-no-files-found: error
Loading

0 comments on commit 5159c91

Please sign in to comment.