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 c26e67b commit 98edb4fCopy full SHA for 98edb4f
.github/workflows/build.yml
@@ -63,8 +63,8 @@ jobs:
63
# Full name of the tarball asset
64
PKG_NAME="${PKG_BASENAME}.${PKG_SUFFIX}"
65
66
- echo name=PKG_BASENAME::${PKG_BASENAME} >> $GITHUB_OUTPUT
67
- echo name=PKG_NAME::${PKG_NAME} >> $GITHUB_OUTPUT
+ echo PKG_BASENAME=${PKG_BASENAME} >> $GITHUB_OUTPUT
+ echo PKG_NAME=${PKG_NAME} >> $GITHUB_OUTPUT
68
69
- name: Compile clinet
70
shell: bash
@@ -79,7 +79,7 @@ jobs:
79
id: pack
80
81
run: |
82
- npm install -g vsce
+ npm install -g @vscode/vsce
83
vsce package -o ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }}
84
85
- uses: actions/upload-artifact@v3
0 commit comments