Skip to content

Commit cfcbc3d

Browse files
committed
Update ci.yml
1 parent c4d42f6 commit cfcbc3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
- name: Copy files to dist
7878
id: copy-files-to-dist
7979
run: |
80+
ls -R
81+
8082
mkdir -p dist
8183
cp "plugin.json" dist/plugin.json 2>/dev/null || { echo "::error::plugin.json was not found. It is required for plugins to have."; exit 1; }
8284
cp "requirements.txt" dist/requirements.txt 2>/dev/null || echo "::warning::requirements.txt not found, skipping."

0 commit comments

Comments
 (0)