Skip to content

Commit de64f21

Browse files
committed
feat: add ic_signin_with canister
1 parent 3d5ae7e commit de64f21

File tree

17 files changed

+1201
-294
lines changed

17 files changed

+1201
-294
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
rustup target add wasm32-unknown-unknown
1515
cargo install ic-wasm
1616
mkdir out
17-
cargo build --target wasm32-unknown-unknown --release --locked -p ic_dmsg_minter -p ic_panda_luckypool -p ic_message -p ic_message_channel -p ic_message_profile -p ic_name_identity -p ic_delegation_store
18-
for CAN in ic_dmsg_minter ic_panda_luckypool ic_message ic_message_channel ic_message_profile ic_name_identity ic_delegation_store
17+
cargo build --target wasm32-unknown-unknown --release --locked -p ic_dmsg_minter -p ic_panda_luckypool -p ic_message -p ic_message_channel -p ic_message_profile -p ic_name_identity -p ic_delegation_store -p ic_signin_with
18+
for CAN in ic_dmsg_minter ic_panda_luckypool ic_message ic_message_channel ic_message_profile ic_name_identity ic_delegation_store ic_signin_with
1919
do
2020
cp "target/wasm32-unknown-unknown/release/$CAN.wasm" out/
2121
cp "src/$CAN/$CAN.did" "out/$CAN.did"

0 commit comments

Comments
 (0)