Skip to content

Commit e3fc5a3

Browse files
authored
Update main.yml
1 parent ae37a17 commit e3fc5a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
uses: nhedger/package-vscode-extension@v1
1111
with:
1212
# Path to the unbundled extension.
13-
extensionPath: /nucleo-debugger
13+
extensionPath: nucleo-debugger
1414
# Path to the generated VSIX package.
15-
packagePath: /nucleo-debugger/
15+
packagePath: nucleo-debugger/
1616
# Base URL for links detected in Markdown files.
1717
#baseContentUrl: # optional
1818
# Base URL for images detected in Markdown files.

0 commit comments

Comments
 (0)