Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 58b1fe7

Browse filesBrowse files
author
Akos Kitta
committed
Fixed upload. Updated doc.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 7e0088a commit 58b1fe7
Copy full SHA for 58b1fe7

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: README.md
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.