Skip to content

Commit 19136a5

Browse files
authored
CI: Fix publish names for confidential packages (#821)
#### Problem The publish paths are incorrect in the publish job for the confidential transfer packages. #### Summary of changes Fix them by removing `-transfer` in each option.
1 parent c40b8da commit 19136a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on:
1111
options:
1212
- clients/cli
1313
- clients/rust-legacy
14-
- confidential-transfer/ciphertext-arithmetic
15-
- confidential-transfer/elgamal-registry
16-
- confidential-transfer/elgamal-registry-interface
17-
- confidential-transfer/proof-extraction
18-
- confidential-transfer/proof-generation
19-
- confidential-transfer/proof-tests
14+
- confidential/ciphertext-arithmetic
15+
- confidential/elgamal-registry
16+
- confidential/elgamal-registry-interface
17+
- confidential/proof-extraction
18+
- confidential/proof-generation
19+
- confidential/proof-tests
2020
- interface
2121
- program
2222
level:

0 commit comments

Comments
 (0)