Skip to content

Commit

Permalink
Merge pull request #313 from flcdrg/update-release2
Browse files Browse the repository at this point in the history
Missing slash
  • Loading branch information
flcdrg committed Jan 7, 2022
2 parents 9e11e95 + f0f87d8 commit dbac904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: .vsix/VS2022/VS2022/bin/Release/Gardiner.VsShowMissing.VS2022.vsix
asset_path: ./vsix/VS2022/VS2022/bin/Release/Gardiner.VsShowMissing.VS2022.vsix
asset_name: Gardiner.VsShowMissing.VS2022.vsix
asset_content_type: application/octet-stream

0 comments on commit dbac904

Please sign in to comment.