Skip to content

Commit

Permalink
ci: debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan authored Oct 24, 2024
1 parent 16ac299 commit 8609f3b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ permissions:
repository-projects: write

jobs:
build_javascore:
name: Build Javascore Contracts
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: true

build_wasm:
name: Build Cosmwasm Contracts
runs-on: ubuntu-latest
Expand All @@ -33,9 +24,9 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Compile WASM
run: |
# rustup component add rustfmt --toolchain 1.78.0-x86_64-unknown-linux-gnu
# rustup component add clippy --toolchain 1.78.0-x86_64-unknown-linux-gnu
bash ./scripts/optimize-cosmwasm.sh
sudo chmod -R 777 artifacts
sudo chmod -R 777 scripts
bash ./scripts/generate_wasm.sh
cd artifacts/archway && zip -r ../../cosmwasm-contracts.zip . -j
- name: Upload Artifacts
Expand Down

0 comments on commit 8609f3b

Please sign in to comment.