Skip to content

Commit 16998f3

Browse files
committed
update the filename
1 parent 095adec commit 16998f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272

7373
- name: Rename VSIX file
7474
run: |
75-
# The package script creates ms-toolsai-jupyter-insiders.vsix
75+
# The package script creates vscode-deepnote-insiders.vsix
7676
# Rename it to include version and branch
77-
mv ms-toolsai-jupyter-insiders.vsix "vscode-deepnote-${{ steps.package-version.outputs.version }}-${{ steps.branch-name.outputs.branch }}.vsix"
77+
mv vscode-deepnote-insiders.vsix "vscode-deepnote-${{ steps.package-version.outputs.version }}-${{ steps.branch-name.outputs.branch }}.vsix"
7878
ls -lh *.vsix
7979
8080
- name: Upload VSIX artifact

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@
21262126
"lint-fix": "eslint --fix --ext .ts,.js src build pythonExtensionApi gulpfile.js",
21272127
"lint": "eslint --ext .ts,.js src",
21282128
"openInBrowser": "vscode-test-web --extensionDevelopmentPath=. ./src/test/datascience",
2129-
"package": "gulp clean && npm run build && vsce package -o ms-toolsai-jupyter-insiders.vsix",
2129+
"package": "gulp clean && npm run build && vsce package -o vscode-deepnote-insiders.vsix",
21302130
"postdownload-api": "npx vscode-dts main",
21312131
"postinstall": "npm run download-api && node ./build/ci/postInstall.js",
21322132
"prepare": "husky",

0 commit comments

Comments
 (0)