Skip to content

Commit 57683ee

Browse files
author
hufudashi
committed
ci(workflow): 添加dart绑定目录到工作流中
在发布工作流中添加working-directory配置,确保dart绑定的依赖安装步骤在正确目录执行
1 parent fc601aa commit 57683ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ jobs:
272272
- run: ./scripts/vendor.sh
273273
- run: make sqlite-vec.h
274274
- run: make deps
275+
working-directory: bindings/dart
275276
- run: |
276277
mkdir -p ~/.config/dart
277278
echo '${{ secrets.PUB_CREDENTIALS }}' > ~/.config/dart/pub-credentials.json

0 commit comments

Comments
 (0)