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.
--target
1 parent 8e47b3d commit b14ef75Copy full SHA for b14ef75
.github/workflows/build.yml
@@ -96,4 +96,4 @@ jobs:
96
- name: Publish Open VSX market
97
run: |
98
npm install -g ovsx
99
- ovsx publish ${{ steps.vars.outputs.PKG_NAME }} -p ${{ secrets.OVSX_TOKEN }}
+ ovsx publish ${{ steps.vars.outputs.PKG_NAME }} --target ${{ matrix.platform }} -p ${{ secrets.OVSX_TOKEN }}
0 commit comments