Skip to content

Commit 4e4692b

Browse files
authored
Merge pull request #1961 from o1-labs/brian/git-bin-fix
fix git diff to include .wasm files
2 parents 17adf4b + 00b8671 commit 4e4692b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
cd src/bindings
5252
git add .
53-
git diff HEAD > ../../bindings.patch
53+
git diff HEAD --textconv --text > ../../bindings.patch
5454
- name: Upload patch
5555
uses: actions/upload-artifact@v4
5656
with:

flake.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)