Skip to content

Commit

Permalink
ci: update permission of artifacts directory during build
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan authored Sep 4, 2023
1 parent a070556 commit cf9c5f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-cosmwasm-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: |
rustup component add rustfmt --toolchain 1.69.0-x86_64-unknown-linux-gnu
rustup component add clippy --toolchain 1.69.0-x86_64-unknown-linux-gnu
sudo chmod -R 777 artifacts
sudo chmod -R 777 scripts
make optimize-cosmwasm
- name: Deploy WASM
Expand Down

0 comments on commit cf9c5f2

Please sign in to comment.