Skip to content

Commit

Permalink
fix: Include icon in release config
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavo committed May 4, 2024
1 parent 5d163af commit 64373bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
"@semantic-release/exec",
{
prepareCmd:
"zip -qq -r logseq-furigana-${nextRelease.version}.zip dist readme.md logo.svg LICENSE package.json",
"zip -qq -r logseq-furigana-${nextRelease.version}.zip dist readme.md logo.png LICENSE package.json",
},
],
[
Expand Down

0 comments on commit 64373bd

Please sign in to comment.