Skip to content

Commit 6aef6e5

Browse files
committed
update ci
1 parent f784c0c commit 6aef6e5

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
steps:
101101
- uses: actions/download-artifact@v2
102102

103-
- run: ls -lh
103+
- run: tree
104104

105105
- shell: pwsh
106106
run: echo "target=${{ matrix.platform }}-${{ matrix.arch }}" >> $env:RELEASE_NOTE
@@ -113,14 +113,22 @@ jobs:
113113
with:
114114
body: ${{ env.RELEASE_NOTE }}
115115
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
117125
draft: false
118126

119127
- uses: actions/setup-node@v2
120128
with:
121129
node-version: "14.x"
122130

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 }}

0 commit comments

Comments
 (0)