Skip to content

Commit 58b1fe7

Browse files
author
Akos Kitta
committed
Fixed upload. Updated doc.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 7e0088a commit 58b1fe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/upload-artifact@v2
3434
with:
3535
name: build-artifacts
36-
path: electron/build/dist/build-artifacts/
36+
path: build-artifacts/
3737

3838
- name: Upload VS Code Extension [S3]
3939
if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master')

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To build the Arduino Language Server VS Code extension (VSIX), execute:
66
yarn
77
```
88

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.
1010
In VS Code, open the `Extensions` panel, click on the ellipses (`...`) and select `Install from VSIX...`.
1111
Or from the [_Command Palette_](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix).
1212

0 commit comments

Comments
 (0)