File tree 1 file changed +0
-33
lines changed
1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 73
73
name : test-results-${{ matrix.os }}-${{ matrix.vscode-version }}
74
74
path : .vscode-test/
75
75
if-no-files-found : ignore
76
-
77
- build :
78
- name : Build Extension Package
79
- needs : test
80
- runs-on : ubuntu-latest
81
- if : success() && github.ref == 'refs/heads/main'
82
-
83
- steps :
84
- - name : Checkout Repository
85
- uses : actions/checkout@v4
86
-
87
- - name : Setup Node.js
88
- uses : actions/setup-node@v4
89
- with :
90
- node-version : 18.x
91
-
92
- - name : Install pnpm
93
- uses : pnpm/action-setup@v2
94
- with :
95
- version : 9.11.0
96
- run_install : false
97
-
98
- - name : Install dependencies
99
- run : pnpm install
100
-
101
- - name : Package Extension
102
- run : pnpm run package
103
-
104
- - name : Upload Extension Package
105
- uses : actions/upload-artifact@v4
106
- with :
107
- name : extension-package
108
- path : ' *.vsix'
You can’t perform that action at this time.
0 commit comments