Bläddra i källkod

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 månader sedan
förälder
incheckning
e279b4b522
1 ändrade filer med 1 tillägg och 0 borttagningar
  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