Skip to content

Commit

Permalink
Update vsce package path
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Farrell <[email protected]>
  • Loading branch information
owenfarrell committed Apr 26, 2022
1 parent fcb63ce commit d685390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build Package
run: npx vsce package -o vscode-vault.vsix ${{ env.VSCE_PRE_RELEASE_FLAG }}
- name: Publish Release
run: npx vsce publish --packagePath artifact/vscode-vault.vsix ${{ env.VSCE_PRE_RELEASE_FLAG }}
run: npx vsce publish --packagePath vscode-vault.vsix ${{ env.VSCE_PRE_RELEASE_FLAG }}
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
"webpack-cli": "^4.9.2"
},
"scripts": {
"clean": "rimraf dist out test-extensions test-resources",
"clean": "rimraf dist out test-extensions test-resources *.vsix",
"build": "vsce package -o vscode-vault.vsix",
"compile": "webpack --mode development --watch",
"lint": "eslint 'src/**/*'",
Expand Down

0 comments on commit d685390

Please sign in to comment.