Skip to content

Commit

Permalink
ci: copy client source codes recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
Handiwork committed Mar 2, 2024
1 parent 1f9ad19 commit 5c5bba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Copy ts client into maa-copilot-client-ts
run: |
cp -f build/clients/ts-fetch-client/* maa-copilot-client-ts/
cp -rf build/clients/ts-fetch-client/* maa-copilot-client-ts/
- name: Create PR to maa-copilot-client-ts
id: cpr
Expand Down

0 comments on commit 5c5bba6

Please sign in to comment.