diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ebc01fb..189d44d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -11,7 +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 + publishManifestPath: NuGetMonitor/publish-manifest.json jobs: build: @@ -39,7 +39,7 @@ jobs: name: NuGetMonitor path: | **/*.vsix - src/publish-manifest.json + publish-manifest.json readme.md release: diff --git a/NuGetMonitor.sln b/NuGetMonitor.sln index 39abcbe..3bf38f1 100644 --- a/NuGetMonitor.sln +++ b/NuGetMonitor.sln @@ -8,7 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .editorconfig = .editorconfig Directory.Build.props = Directory.Build.props Directory.Packages.props = Directory.Packages.props - src\publish-manifest.json = src\publish-manifest.json + publish-manifest.json = publish-manifest.json README.md = README.md .github\workflows\workflow.yml = .github\workflows\workflow.yml EndProjectSection diff --git a/src/NuGetMonitor/publish-manifest.json b/publish-manifest.json similarity index 90% rename from src/NuGetMonitor/publish-manifest.json rename to publish-manifest.json index 1929725..5ec0848 100644 --- a/src/NuGetMonitor/publish-manifest.json +++ b/publish-manifest.json @@ -4,7 +4,7 @@ "identity": { "internalName": "NuGetMonitor" }, - "overview": "../README.md", + "overview": "README.md", "priceCategory": "free", "publisher": "SamirBoulema", "private": false,