Skip to content

Commit

Permalink
change path for patch and apply patch from github
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometer1729 committed Dec 18, 2024
1 parent 9b04ffa commit 7e99bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
run: |
cd src/bindings
git add .
git diff HEAD > bindings.patch
git diff HEAD > ../../bindings.patch
- name: Upload patch
uses: actions/upload-artifact@v4
with:
name: bindings.patch
path: src/bindings/bindings.patch
path: bindings.patch
2 changes: 1 addition & 1 deletion src/bindings

0 comments on commit 7e99bba

Please sign in to comment.