Skip to content

Commit 77fe44a

Browse files
committed
ci: fix update_copilot_dist job
1 parent 9cb5396 commit 77fe44a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-copilot-dist.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
fetch-depth: 1
2222
path: copilot.vim
2323

24-
- name: Copy latest copilot/dist
24+
- name: Copy latest copilot.vim/dist
2525
run: |
26-
cp copilot.vim/copilot/dist/* copilot/dist/
26+
cp -r copilot.vim/dist/* copilot/dist/
2727
2828
- name: Create Pull Request
2929
uses: peter-evans/create-pull-request@v4
@@ -32,6 +32,6 @@ jobs:
3232
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3333
base: master
3434
branch: create-pull-request/update-copilot-dist
35-
commit-message: "feat: update to latest copilot/dist"
35+
commit-message: "feat: update to latest copilot.vim/dist"
3636
reviewers: MunifTanjim,zbirenbaum
37-
title: "Update copilot/dist"
37+
title: "Update copilot.vim/dist"

dist/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)