Skip to content

Commit ae37a17

Browse files
authored
Create main.yml
1 parent a3a5434 commit ae37a17

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/main.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

0 commit comments

Comments
 (0)