|
|
@ -29,10 +29,10 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
artifact_prefix: "vscode-sshfs"
|
|
|
|
artifact_prefix: "vscode-sshfs"
|
|
|
|
artifact_extension: "vsix"
|
|
|
|
artifact_extension: "vsix"
|
|
|
|
- name: Use Node.js 10.x
|
|
|
|
- name: Use Node.js 12.x
|
|
|
|
uses: actions/setup-node@v1
|
|
|
|
uses: actions/setup-node@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: 10.x
|
|
|
|
node-version: 12.x
|
|
|
|
- name: Install VSCE
|
|
|
|
- name: Install VSCE
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
yarn global add vsce
|
|
|
|
yarn global add vsce
|
|
|
|