Skip to content

Commit

Permalink
fix: worflow artefact path
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Mar 18, 2024
1 parent 80db8c1 commit c875973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"AppImage"
],
"category": "Music",
"artifactName": "${name}_${version}_linux.${ext}"
"artifactName": "${name}_v${version}_linux.${ext}"
},
"win": {
"target": [
"portable"
],
"artifactName": "${name}_${version}_windows.${ext}"
"artifactName": "${name}_v${version}_windows.${ext}"
},
"extraFiles": [
"com.github.jjoshm.${name}.desktop"
Expand Down

0 comments on commit c875973

Please sign in to comment.