Skip to content

Commit

Permalink
chore: add ic_dmsg_minter to Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Dec 3, 2024
1 parent d896b8d commit 279d093
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
rustup target add wasm32-unknown-unknown
cargo install ic-wasm
mkdir out
cargo build --target wasm32-unknown-unknown --release --locked -p ic_panda_luckypool -p ic_message -p ic_message_channel -p ic_message_profile
for CAN in ic_panda_luckypool ic_message ic_message_channel ic_message_profile
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
for CAN in ic_dmsg_minter ic_panda_luckypool ic_message ic_message_channel ic_message_profile
do
cp "target/wasm32-unknown-unknown/release/$CAN.wasm" out/
cp "src/$CAN/$CAN.did" "out/$CAN.did"
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ opt-level = 's'

[workspace.package]
edition = "2021"
version = "2.8.0"
version = "2.8.1"
repository = "https://github.com/ldclabs/ic-panda"
keywords = ["canister", "icp", "panda"]
categories = ["web-programming"]
Expand Down

0 comments on commit 279d093

Please sign in to comment.