Skip to content

Commit b14ef75

Browse files
committed
try --target
1 parent 8e47b3d commit b14ef75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ jobs:
9696
- name: Publish Open VSX market
9797
run: |
9898
npm install -g ovsx
99-
ovsx publish ${{ steps.vars.outputs.PKG_NAME }} -p ${{ secrets.OVSX_TOKEN }}
99+
ovsx publish ${{ steps.vars.outputs.PKG_NAME }} --target ${{ matrix.platform }} -p ${{ secrets.OVSX_TOKEN }}

0 commit comments

Comments
 (0)