Skip to content

Commit

Permalink
fix release ci/cd (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
gofmanaa authored Jun 21, 2024
1 parent a817ce8 commit 87e58c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 139 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
platform: linux
- runner: macos-13-xl
platform: darwin
# - runner: macos-13-xl
# platform: darwin-aarch64
- runner: macos-13-xl
platform: darwin-aarch64

runs-on: ${{ matrix.runner }}
env:
Expand Down Expand Up @@ -130,4 +130,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: mamorurs-cli-${{ matrix.os }}-${{ matrix.version }}
path: ./bin/**/mamorurs-cli
116 changes: 3 additions & 113 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ clap = { version = "4.5.4", features = ["derive", "env", "cargo"] }
cosmrs = { git = "https://github.com/Mamoru-Foundation/cosmos-rust.git", rev = "6761b0874b0bb73a01d6fecddf90ecb58abc7b03" }
url = "2.5.0"
base64 = "0.22.1"
tonic = { version = "0.9", features = ["tls-roots", "gzip", "tls"] }
tonic = { version = "0.9",default-features = false, features = ["tls-roots", "tls", "gzip"] }
tokio = { version = "1.38.0", features = ["full"] }
dirs = "5.0.1"
reqwest = { version = "0.12", features = ["json", "blocking", "rustls-tls"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "blocking", "rustls-tls"] }
mamoru-chain-client = {git = "ssh://[email protected]/Mamoru-Foundation/mamoru-core.git", rev = "7b6d4612cb8fc452eb87dd00f54104b1095c3f64"}
#mamoru-chain-client = { path = "../mamoru-core/chain-client"}
cred-store = { path = "cred-store" }
Expand Down
22 changes: 0 additions & 22 deletions build.rs

This file was deleted.

0 comments on commit 87e58c7

Please sign in to comment.