Skip to content

Commit

Permalink
Fix release path again
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed May 14, 2022
1 parent a42f78f commit eed3a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:

- name: Publish Extension
working-directory: editors/code
run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ./dist/luau-lsp-*.vsix
run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/luau-lsp-*.vsix

0 comments on commit eed3a9e

Please sign in to comment.