Skip to content

Commit

Permalink
fix(build): fix race condition for Windows artifacts (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
eglitise authored Dec 20, 2023
1 parent 8dd0f58 commit a450465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"package.json"
],
"win": {
"artifactName": "${productName}-windows-${version}.${ext}",
"artifactName": "${productName}-windows-${version}-${arch}.${ext}",
"target": [
"nsis",
"zip"
Expand Down

0 comments on commit a450465

Please sign in to comment.