Skip to content

Commit c72cd11

Browse files
authored
Merge pull request FortuneN#174 from tonyhallett/correct-manifest-path
correct manifest path
2 parents 9f6730e + 87b12ae commit c72cd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_pull.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: mrluje/vs-marketplace-publisher@v2
9292
with:
9393
pat: ${{ secrets.FCC_VS_MARKET_PLACE_PUBLISH_TOKEN }}
94-
manifestPath: ${{env.VSIX_PROJECT}}\vs-market-place-manifest.json
94+
manifestPath: ${{github.workspace}}\vs-market-place-manifest.json
9595
vsixPath: ${{env.VSIX}}
9696
- name: comment - released and added to marketplace
9797
if: github.event_name == 'push'

0 commit comments

Comments
 (0)