We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e062594 commit 3ad1078Copy full SHA for 3ad1078
1 file changed
.github/workflows/publish.yml
@@ -7,9 +7,6 @@ jobs:
7
publish:
8
runs-on: windows-latest
9
steps:
10
- - name: Checkout
11
- uses: actions/checkout@v4
12
-
13
- name: 1. Download artifact
14
id: download-artifact
15
uses: dawidd6/action-download-artifact@v2
@@ -28,7 +25,7 @@ jobs:
28
25
uses: CodingWithCalvin/GHA-VSMarketplacePublisher@v1
29
26
with:
30
27
marketplace-pat: ${{ secrets.VS_PAT }}
31
- publish-manifest-path: ./src/extension.manifest.json
+ publish-manifest-path: ./resources/extension.manifest.json
32
vsix-path: ./artifact/CodingWithCalvin.OpenBinFolder.vsix
33
34
- name: 4. Create Tag & Release
0 commit comments