Skip to content

Commit

Permalink
Update release asset workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Sep 19, 2024
1 parent 2c950b9 commit aaab8e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: labs-ai-tools-vscode-${{ github.event.release.tag_name }}.vsix
asset_name: VSIX File
asset_content_type: application/vsix
asset_path: ./labs-ai-tools-vscode-${{ github.event.release.tag_name }}.vsix
asset_name: labs-ai-tools-vscode-${{ github.event.release.tag_name }}.vsix
asset_content_type: application/octet-stream

0 comments on commit aaab8e8

Please sign in to comment.