File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
steps :
101
101
- uses : actions/download-artifact@v2
102
102
103
- - run : ls -lh
103
+ - run : tree
104
104
105
105
- shell : pwsh
106
106
run : echo "target=${{ matrix.platform }}-${{ matrix.arch }}" >> $env:RELEASE_NOTE
@@ -113,14 +113,22 @@ jobs:
113
113
with :
114
114
body : ${{ env.RELEASE_NOTE }}
115
115
files : |
116
- *.vsix
116
+ alpine-x64/*.vsix
117
+ darwin-arm64/*.vsix
118
+ darwin-x64/*.vsix
119
+ linux-arm64/*.vsix
120
+ linux-armhf/*.vsix
121
+ linux-x64/*.vsix
122
+ win32-arm64/*.vsix
123
+ win32-ia32/*.vsix
124
+ win32-x64/*.vsix
117
125
draft : false
118
126
119
127
- uses : actions/setup-node@v2
120
128
with :
121
129
node-version : " 14.x"
122
130
123
- # - name: publish to vscode market
124
- # run: npx vsce publish --packagePath $(find . -iname *.vsix)
125
- # env:
126
- # VSCE_PAT: ${{ secrets.ADO_TOKEN }}
131
+ - name : publish to vscode market
132
+ run : npx vsce publish --packagePath $(find . -iname *.vsix)
133
+ env :
134
+ VSCE_PAT : ${{ secrets.ADO_TOKEN }}
You can’t perform that action at this time.
0 commit comments