Skip to content

Commit

Permalink
Merge pull request #23 from GravityTwoG/dev
Browse files Browse the repository at this point in the history
ci: fix path
  • Loading branch information
GravityTwoG authored May 25, 2024
2 parents c1b99fe + 3bac60a commit 37a2a93
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 @@ -16,7 +16,7 @@
"@semantic-release/exec",
{
"verifyConditionsCmd": "npm run test run",
"prepareCmd": "npm run package -- --platform win32 && npm run make -- --platform win32 && powershell -ExecutionPolicy unrestricted -Command \"Compress-Archive -Path 'out/Cloud Saves-win32-x64' -Destination out/package.zip\""
"prepareCmd": "npm run package -- --platform win32 && npm run make -- --platform win32 && powershell -ExecutionPolicy unrestricted -Command \"Compress-Archive -Path 'out/Cloud-Saves-win32-x64' -Destination out/package.zip\""
}
],
[
Expand Down

0 comments on commit 37a2a93

Please sign in to comment.