Skip to content

Commit 902a473

Browse files
committed
update gh workflow
1 parent 0b15885 commit 902a473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ jobs:
126126
- name: Build VSCode pacakge
127127
run: |
128128
npm install --also=dev
129-
npx vsce package -o dist/robotcode.vsix
129+
npx vsce package -o dist
130130
131131
- name: Upload VSCode package
132132
uses: actions/upload-artifact@v2
133133
with:
134134
name: vscode-package
135-
path: dist/robotcode.vsix
135+
path: dist/robotcode*.vsix
136136

137137
- name: Upload python package
138138
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)