File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Extension Package
2
+ on : [push]
3
+ jobs :
4
+ Explore-GitHub-Actions :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - name : Package VS Code Extension
8
+ # You may pin to the exact commit or the version.
9
+ # uses: nhedger/package-vscode-extension@102a29378b80b78b38adfa820c41387f406aa4f3
10
+ uses : nhedger/package-vscode-extension@v1
11
+ with :
12
+ # Path to the unbundled extension.
13
+ extensionPath : /nucleo-debugger
14
+ # Path to the generated VSIX package.
15
+ packagePath : /nucleo-debugger/
16
+ # Base URL for links detected in Markdown files.
17
+ # baseContentUrl: # optional
18
+ # Base URL for images detected in Markdown files.
19
+ # baseImagetUrl: # optional
20
+ # GitHub branch used to publish the package. Used to automatically infer the base content and images URI.
21
+ useYarn : true
22
+
You can’t perform that action at this time.
0 commit comments