Skip to content

Commit 90315a2

Browse files
committed
update workflow
1 parent 2eb41fb commit 90315a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
shell: bash
6565
run: |
6666
npm install -g vsce
67-
vsce package -o ${{ steps.vars.outputs.PKG_NAME }}
67+
vsce package -o ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }}
6868
6969
- uses: actions/upload-artifact@v2
7070
with:
@@ -81,4 +81,4 @@ jobs:
8181
8282
- name: Publish VSCode market
8383
if: startsWith(github.ref, 'refs/tags/')
84-
run: vsce publish -i ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }} -p ${{ secrets.VSCE_TOKEN }}
84+
run: vsce publish -i ${{ steps.vars.outputs.PKG_NAME }} -p ${{ secrets.VSCE_TOKEN }}

0 commit comments

Comments
 (0)