Skip to content

Commit 1bb0ac1

Browse files
authored
Merge pull request #174 from BitGo/fix-wasm-mps-publish
feat: download wasm-mps build artifacts in publish workflow
2 parents f0a75ac + 1ce614f commit 1bb0ac1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
name: wasm-solana-build
4343
path: packages/wasm-solana/
4444

45+
- name: Download wasm-mps build artifacts
46+
uses: actions/download-artifact@v4
47+
with:
48+
name: wasm-mps-build
49+
path: packages/wasm-mps/
50+
4551
- name: Setup Node
4652
uses: actions/setup-node@v4
4753
with:

packages/wasm-mps/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ mod mps {
5252
}
5353

5454
/// Process round 0 of protocol.
55-
/// party_id: Party indentifier / index.
55+
/// party_id: Party identifier / index.
5656
/// decryption_key: Private Curve25519 key.
5757
/// encryption_keys: Public Curve25519 keys of other parties.
5858
/// seed: PRNG seed for entropy.

0 commit comments

Comments
 (0)