浏览代码

CI: Add "interface" as a publishable target (#79)

#### Problem

We publish our rust crates through a manual github action, in which you
need to specify which directory to publish. However, the "interface"
directory is not in that list, so we can't publish the interface crate.

#### Summary of changes

Add "interface" to the list.
Jon C 2 月之前
父节点
当前提交
e279b4b522
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/publish-rust.yml

+ 1 - 0
.github/workflows/publish-rust.yml

@@ -10,6 +10,7 @@ on:
         type: choice
         options:
           - clients/rust
+          - interface
           - p-interface
           - program
           - p-token