Skip to content

Commit 4039511

Browse files
committed
[#95115] GHA: Added uploading VSIX package
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
1 parent f0a4e10 commit 4039511

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/trace_viewer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,9 @@ jobs:
7878
- name: Publish VSCode Extension
7979
run: |
8080
yarn publish:vsix -p ${{ secrets.VSC_MARKETPLACE_TOKEN }}
81+
- name: Upload VSIX package
82+
uses: actions/upload-artifact@v7
83+
if: always()
84+
with:
85+
name: vsix-package
86+
path: extension/*.vsix

0 commit comments

Comments
 (0)