Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 58a3e2c

Browse files
committed
Upload VSIX to artifacts.
1 parent e567d18 commit 58a3e2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,9 @@ jobs:
116116

117117
- name: Package VSIX
118118
run: npx vsce package --yarn
119+
120+
- name: Upload VSIX
121+
uses: actions/upload-artifact@v2
122+
with:
123+
name: vscode-qt-for-python.vsix
124+
path: vscode-qt-for-python-*.vsix

0 commit comments

Comments
 (0)