Skip to content

Commit

Permalink
Move publish-manifest around
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Oct 21, 2024
1 parent c906195 commit bd99ddb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
name: NuGetMonitor
path: |
**/*.vsix
src/publish-manifest.json
publish-manifest.json
readme.md
release:
Expand Down
2 changes: 1 addition & 1 deletion NuGetMonitor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"identity": {
"internalName": "NuGetMonitor"
},
"overview": "../README.md",
"overview": "README.md",
"priceCategory": "free",
"publisher": "SamirBoulema",
"private": false,
Expand Down

0 comments on commit bd99ddb

Please sign in to comment.