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 9ebc1de commit 8457e0cCopy full SHA for 8457e0c
2 files changed
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
uses: actions/upload-artifact@v4
57
with:
58
name: extension-artifacts
59
- path: dist/jupyter-bluetooth-manager*
+ path: dist/*
60
if-no-files-found: error
61
62
test_isolated:
schema/plugin.json
@@ -1,7 +1,7 @@
1
{
2
"jupyter.lab.shortcuts": [],
3
- "title": "bluetooth-manager",
4
- "description": "bluetooth-manager settings.",
+ "title": "jupyter-bluetooth-manager",
+ "description": "jupyter-bluetooth-manager settings.",
5
"type": "object",
6
"properties": {},
7
"additionalProperties": false
0 commit comments