We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d42f6 commit cfcbc3dCopy full SHA for cfcbc3d
.github/workflows/ci.yml
@@ -77,6 +77,8 @@ jobs:
77
- name: Copy files to dist
78
id: copy-files-to-dist
79
run: |
80
+ ls -R
81
+
82
mkdir -p dist
83
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; }
84
cp "requirements.txt" dist/requirements.txt 2>/dev/null || echo "::warning::requirements.txt not found, skipping."
0 commit comments