Skip to content

Commit

Permalink
chore: rename package name
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jul 9, 2024
1 parent af4e7fb commit 59a7120
Show file tree
Hide file tree
Showing 53 changed files with 107 additions and 434 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
rustup target add wasm32-unknown-unknown
cargo install ic-wasm
mkdir out
cargo build --target wasm32-unknown-unknown --release --locked -p ic-oss-bucket
cargo build --target wasm32-unknown-unknown --release --locked -p ic_oss_bucket
CAN="ic_oss_bucket"
cp "target/wasm32-unknown-unknown/release/$CAN.wasm" out/
cp src/ic-oss-bucket/ic-oss-bucket.did "out/$CAN.did"
cp "src/$CAN/$CAN.did" "out/$CAN.did"
ic-wasm "out/$CAN.wasm" -o "out/$CAN.wasm" metadata candid:service -f "out/$CAN.did" -v public
ic-wasm "out/$CAN.wasm" -o "out/$CAN.wasm" shrink
ic-wasm "out/$CAN.wasm" -o "out/$CAN.wasm" optimize O3 --inline-functions-with-loops
Expand Down
Loading

0 comments on commit 59a7120

Please sign in to comment.