Skip to content

Commit 8357566

Browse files
committed
More release fixes
1 parent a90d745 commit 8357566

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

extensions/VSCode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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"

0 commit comments

Comments
 (0)