Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephAbbey authored Oct 22, 2022
1 parent bfec548 commit cd27094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.open_vsx.outputs.upload_url }}
asset_path: ${{ steps.open_vsx.outputs.vsixPath }}
asset_name: scratch-vhdl-vscode.vsix
asset_content_type: application/zip

0 comments on commit cd27094

Please sign in to comment.