Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Sep 12, 2024
1 parent f046fe3 commit 5314ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- name: "Install dependencies"
run: npm install
- name: "Build extension"
run: npm run package
run: npm run package labs-ai-tools-${{ github.event.release.tag_name }}.vsix

- name: upload vsix
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: *.vsix
asset_path: labs-ai-tools-${{ github.event.release.tag_name }}.vsix
asset_name: ${{ github.event.release.tag_name }}.vsix
asset_content_type: application/vsix

0 comments on commit 5314ab6

Please sign in to comment.