Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
dracula.vsix to monotropic.vsix
  • Loading branch information
avelino committed May 15, 2022
1 parent 97e24c1 commit 4ba3548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./bin/dracula.vsix
asset_name: dracula.vsix
asset_path: ./bin/monotropic.vsix
asset_name: monotropic.vsix
asset_content_type: application/octet-stream

0 comments on commit 4ba3548

Please sign in to comment.