Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Mar 15, 2024
1 parent ee74b57 commit c4d4ca7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Package VS Code extension
uses: nhedger/package-vscode-extension@main
with:
extensionPath: ${{ env.DIST_PATH }}
extensionPath: ./src
packagePath: ${{ env.DIST_PATH }}

Release:
if: github.ref == 'refs/heads/main' && startsWith(github.repository, 'belane/')
Expand All @@ -34,7 +35,8 @@ jobs:
- name: Package VS Code extension
uses: nhedger/package-vscode-extension@main
with:
extensionPath: ${{ env.DIST_PATH }}
extensionPath: ./src
packagePath: ${{ env.DIST_PATH }}

- name: Publish Release (github)
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit c4d4ca7

Please sign in to comment.