Skip to content

Commit

Permalink
fix(build): use --out instead of packagePath
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKohler authored Dec 6, 2021
1 parent 8154c7a commit 765ef45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: echo "::set-output name=packageName::$(node -e "console.log(require('./package.json').name + '-' + require('./package.json').version + '.vsix')")"

- name: Package
run: npx vsce package --packagePath ${{ steps.setup.outputs.packageName }}
run: npx vsce package --out ${{ steps.setup.outputs.packageName }}

- uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -118,4 +118,4 @@ jobs:
with:
files: ${{ needs.package.outputs.packageName }}
release-tag: ${{ needs.package.outputs.tag }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 765ef45

Please sign in to comment.