Skip to content

Commit 98edb4f

Browse files
committed
upgrade workflow
1 parent c26e67b commit 98edb4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
# Full name of the tarball asset
6464
PKG_NAME="${PKG_BASENAME}.${PKG_SUFFIX}"
6565
66-
echo name=PKG_BASENAME::${PKG_BASENAME} >> $GITHUB_OUTPUT
67-
echo name=PKG_NAME::${PKG_NAME} >> $GITHUB_OUTPUT
66+
echo PKG_BASENAME=${PKG_BASENAME} >> $GITHUB_OUTPUT
67+
echo PKG_NAME=${PKG_NAME} >> $GITHUB_OUTPUT
6868
6969
- name: Compile clinet
7070
shell: bash
@@ -79,7 +79,7 @@ jobs:
7979
id: pack
8080
shell: bash
8181
run: |
82-
npm install -g vsce
82+
npm install -g @vscode/vsce
8383
vsce package -o ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }}
8484
8585
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)