We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb41fb commit 90315a2Copy full SHA for 90315a2
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
shell: bash
65
run: |
66
npm install -g vsce
67
- vsce package -o ${{ steps.vars.outputs.PKG_NAME }}
+ vsce package -o ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }}
68
69
- uses: actions/upload-artifact@v2
70
with:
@@ -81,4 +81,4 @@ jobs:
81
82
- name: Publish VSCode market
83
if: startsWith(github.ref, 'refs/tags/')
84
- run: vsce publish -i ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }} -p ${{ secrets.VSCE_TOKEN }}
+ run: vsce publish -i ${{ steps.vars.outputs.PKG_NAME }} -p ${{ secrets.VSCE_TOKEN }}
0 commit comments