File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -208,10 +208,10 @@ jobs:
208208 shell : bash
209209 run : |
210210 npm install -g @vscode/vsce
211- npx vsce publish --packagePath target/distrib/ extensions/VSCode/codechat-editor-client-win32-x64-${APP_VERSION}.vsix $VSCE_ARGS
212- npx vsce publish --packagePath target/distrib/ extensions/VSCode/codechat-editor-client-linux-x64-${APP_VERSION}.vsix $VSCE_ARGS
213- npx vsce publish --packagePath target/distrib/ extensions/VSCode/codechat-editor-client-darwin-x64-${APP_VERSION}.vsix $VSCE_ARGS
214- npx vsce publish --packagePath target/distrib/ extensions/VSCode/codechat-editor-client-darwin-arm64-${APP_VERSION}.vsix $VSCE_ARGS
211+ npx vsce publish --packagePath extensions/VSCode/codechat-editor-client-win32-x64-${APP_VERSION}.vsix $VSCE_ARGS
212+ npx vsce publish --packagePath extensions/VSCode/codechat-editor-client-linux-x64-${APP_VERSION}.vsix $VSCE_ARGS
213+ npx vsce publish --packagePath extensions/VSCode/codechat-editor-client-darwin-x64-${APP_VERSION}.vsix $VSCE_ARGS
214+ npx vsce publish --packagePath extensions/VSCode/codechat-editor-client-darwin-arm64-${APP_VERSION}.vsix $VSCE_ARGS
215215 dist build ${{ needs.plan.outputs.tag-flag }} --output-format=json "--artifacts=global" > dist-manifest.json
216216 echo "dist ran successfully"
217217
Original file line number Diff line number Diff line change 3030 "type" : " git" ,
3131 "url" : " https://github.com/bjones1/CodeChat_Editor"
3232 },
33- "version" : " 0.1.27 " ,
33+ "version" : " 0.1.28 " ,
3434 "activationEvents" : [
3535 " onCommand:extension.codeChatEditorActivate" ,
3636 " onCommand:extension.codeChatEditorDeactivate"
You can’t perform that action at this time.
0 commit comments