Skip to content

Commit 3fa5d1f

Browse files
committed
Update README.md path in build workflow
1 parent 1c38de2 commit 3fa5d1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ jobs:
177177
- run: |
178178
git add -A
179179
git commit -m "Fetched dependencies"
180-
echo "An extra line" >> jsmn/src/README.md
181-
git add jsmn/src/README.md
180+
echo "An extra line" >> jsmn/README.md
181+
git add jsmn/README.md
182182
git commit -m "Update README.md"
183183
- run: dfetch diff jsmn
184184
- run: |

0 commit comments

Comments
 (0)