Skip to content

Commit

Permalink
Merge pull request #166 from gandarez/bugfix/github-actions#4
Browse files Browse the repository at this point in the history
Fix OVERVIEW path
  • Loading branch information
gandarez authored Feb 3, 2024
2 parents d2371b9 + c196a0b commit 9e5dc9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dev16/publishManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"identity": {
"internalName": "WakaTime"
},
"overview": "OVERVIEW.md",
"overview": "../OVERVIEW.md",
"priceCategory": "free",
"publisher": "WakaTime",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion Dev17/publishManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"identity": {
"internalName": "WakaTime"
},
"overview": "OVERVIEW.md",
"overview": "../OVERVIEW.md",
"priceCategory": "free",
"publisher": "WakaTime",
"private": false,
Expand Down

0 comments on commit 9e5dc9a

Please sign in to comment.