Skip to content

Commit

Permalink
Fix publishManifestPath
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Oct 21, 2024
1 parent d3cb379 commit c906195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
version: '1.6.${{ github.run_number }}'
repoUrl: ${{ github.server_url }}/${{ github.repository }}
vsixPath: ${{ github.workspace }}/NuGetMonitor/src/NuGetMonitor/bin/release/net48/win/NuGetMonitor.vsix
publishManifestPath: ${{ github.workspace }}/NuGetMonitor/src/NuGetMonitor/publish-manifest.json

jobs:
build:
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
uses: cezarypiatek/VsixPublisherAction@1.1
with:
extension-file: ${{ env.vsixPath }}
publish-manifest-file: NuGetMonitor/src/publish-manifest.json
publish-manifest-file: ${{ env.publishManifestPath }}
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}

- name: Publish to Open VSIX Gallery
Expand Down

0 comments on commit c906195

Please sign in to comment.