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.