Skip to content

Commit 10d932e

Browse files
committed
update workflow
1 parent 37a560b commit 10d932e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
shell: bash
6464
run: |
6565
npm install -g vsce
66-
vsce package -o ${{ PKG_NAME }}
66+
vsce package -o ${{ steps.vars.outputs.PKG_NAME }}
6767
6868
- uses: actions/upload-artifact@v2
6969
with:
7070
name: ${{ steps.vars.outputs.PKG_BASENAME }}
71-
path: ${{ PKG_NAME }}
71+
path: ${{ steps.vars.outputs.PKG_NAME }}

0 commit comments

Comments
 (0)