Skip to content

Commit e279b4b

Browse files
authored
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.
1 parent 2f4fd18 commit e279b4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
type: choice
1111
options:
1212
- clients/rust
13+
- interface
1314
- p-interface
1415
- program
1516
- p-token

0 commit comments

Comments
 (0)