Skip to content

Commit 43ba34c

Browse files
committed
Update ci.yml
1 parent 0e17a16 commit 43ba34c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,12 @@ jobs:
7676
- name: Copy files to dist
7777
run: |
7878
mkdir -p dist
79+
pwd
7980
80-
cp -r "/plugin.json" dist/plugin.json
81-
cp -r "/requirements.txt" dist/requirements.txt
82-
cp -r "/README.md" dist/README.md || true
83-
cp -r "/README" dist/README || true
81+
cp -r "plugin.json" dist/plugin.json
82+
cp -r "requirements.txt" dist/requirements.txt
83+
cp -r "README.md" dist/README.md || true
84+
cp -r "README" dist/README || true
8485
8586
backend=$(jq -r '.backend' plugin.json)
8687
if [ "$backend" != "null" ]; then

0 commit comments

Comments
 (0)