Skip to content

Commit 8457e0c

Browse files
committed
Some renames + fix artifact
1 parent 9ebc1de commit 8457e0c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/upload-artifact@v4
5757
with:
5858
name: extension-artifacts
59-
path: dist/jupyter-bluetooth-manager*
59+
path: dist/*
6060
if-no-files-found: error
6161

6262
test_isolated:

schema/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"jupyter.lab.shortcuts": [],
3-
"title": "bluetooth-manager",
4-
"description": "bluetooth-manager settings.",
3+
"title": "jupyter-bluetooth-manager",
4+
"description": "jupyter-bluetooth-manager settings.",
55
"type": "object",
66
"properties": {},
77
"additionalProperties": false

0 commit comments

Comments
 (0)