File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change 33
33
uses : actions/upload-artifact@v2
34
34
with :
35
35
name : build-artifacts
36
- path : electron/build/dist/ build-artifacts/
36
+ path : build-artifacts/
37
37
38
38
- name : Upload VS Code Extension [S3]
39
39
if : github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master')
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ To build the Arduino Language Server VS Code extension (VSIX), execute:
6
6
yarn
7
7
```
8
8
9
- It will generate a ` vscode-arduino-language-server-x.x.x.vsix ` file in the project root .
9
+ It will generate a ` vscode-arduino-language-server-x.x.x.vsix ` file in the ` ./build-artifacts ` folder .
10
10
In VS Code, open the ` Extensions ` panel, click on the ellipses (` ... ` ) and select ` Install from VSIX... ` .
11
11
Or from the [ _ Command Palette_ ] ( https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix ) .
12
12
You can’t perform that action at this time.
0 commit comments