Skip to content

Commit 3ad1078

Browse files
authored
Update publish.yml
[skip ci]
1 parent e062594 commit 3ad1078

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ jobs:
77
publish:
88
runs-on: windows-latest
99
steps:
10-
- name: Checkout
11-
uses: actions/checkout@v4
12-
1310
- name: 1. Download artifact
1411
id: download-artifact
1512
uses: dawidd6/action-download-artifact@v2
@@ -28,7 +25,7 @@ jobs:
2825
uses: CodingWithCalvin/GHA-VSMarketplacePublisher@v1
2926
with:
3027
marketplace-pat: ${{ secrets.VS_PAT }}
31-
publish-manifest-path: ./src/extension.manifest.json
28+
publish-manifest-path: ./resources/extension.manifest.json
3229
vsix-path: ./artifact/CodingWithCalvin.OpenBinFolder.vsix
3330

3431
- name: 4. Create Tag & Release

0 commit comments

Comments
 (0)