Skip to content

Commit

Permalink
fix git diff to include .wasm files
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometer1729 committed Dec 19, 2024
1 parent 17adf4b commit b4d2d1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
cd src/bindings
git add .
git diff HEAD > ../../bindings.patch
git diff HEAD --textconv --text > ../../bindings.patch
- name: Upload patch
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions flake.lock

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

0 comments on commit b4d2d1d

Please sign in to comment.