Skip to content

Commit

Permalink
fix: build files getting too large for git (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtfh authored Dec 11, 2024
1 parent 00cb31b commit 1dcd130
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
# built binary files are too large for the default buffer
git config --global http.postBuffer 157286400
git add Cargo.toml
git add Cargo.lock
git commit -m "Bump crate version to ${{ steps.version.outputs.new_version }}"
Expand Down
6 changes: 3 additions & 3 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 @@ -3,7 +3,7 @@ members = ["uniffi-bindgen","walletkit-core", "walletkit"]
resolver = "2"

[workspace.package]
version = "0.0.7"
version = "0.0.6"
license = "MIT"
edition = "2021"
authors = ["World Contributors"]
Expand Down

0 comments on commit 1dcd130

Please sign in to comment.