Skip to content

Commit

Permalink
fix: use 7za instead of 7z
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 18, 2024
1 parent 12a76b7 commit 1139a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "npm run build && 7z a app.7z ./out/*"
"prepareCmd": "npm run build && 7za a app.7z ./out/*"
}
],
[
Expand Down

0 comments on commit 1139a2f

Please sign in to comment.