File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,10 @@ jobs:
3939 shell : pwsh
4040 run : |
4141 $repoUrl = "${{ github.server_url }}/${{ github.repository }}"
42- $issuesUrl = "${$ repoUrl}/issues"
42+ $issuesUrl = "${repoUrl}/issues"
4343 $readmeUrl = "https://raw.githubusercontent.com/${{ github.repository }}/main/README.md"
4444
45- $uploadUrl = "https://www.vsixgallery.com/api/upload?repo=${$ repoUrl}&issuetracker=${$ issuesUrl}&readmeUrl=${$ readmeUrl}"
45+ $uploadUrl = "https://www.vsixgallery.com/api/upload?repo=${repoUrl}&issuetracker=${issuesUrl}&readmeUrl=${readmeUrl}"
4646
4747 $webclient = New-Object System.Net.WebClient
4848 $webclient.UploadFile($uploadUrl, "./artifact/CodingWithCalvin.WebcamStudio.vsix") | Out-Null
49-
50- # - name: 4. Publish Release to Marketplace
51- # if: success()
52- # uses: CodingWithCalvin/GHA-VSMarketplacePublisher@v1
53- # with:
54- # marketplace-pat: ${{ secrets.VS_PAT }}
55- # publish-manifest-path: ./resources/extension.manifest.json
56- # vsix-path: ./artifact/CodingWithCalvin.WebcamStudio.vsix
You can’t perform that action at this time.
0 commit comments