Skip to content

Commit 7e99bba

Browse files
committed
change path for patch and apply patch from github
1 parent 9b04ffa commit 7e99bba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
run: |
4949
cd src/bindings
5050
git add .
51-
git diff HEAD > bindings.patch
51+
git diff HEAD > ../../bindings.patch
5252
- name: Upload patch
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: bindings.patch
56-
path: src/bindings/bindings.patch
56+
path: bindings.patch

src/bindings

0 commit comments

Comments
 (0)