Skip to content

Commit

Permalink
fix: electron build command (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox authored Dec 6, 2024
1 parent 5619308 commit 8731e4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/store-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ jobs:
retry_wait_seconds: 15
retry_on: error
shell: 'bash'
command: npx electron-builder --config electron-store-builder.cjs \
-c.extraMetadata.version=${{ steps.release_tag.outputs.release_tag }} \
-c.mac.notarize.teamId=${{ env.APPLE_TEAM_ID }} \
--publish always
command: npx electron-builder --config electron-store-builder.cjs -c.extraMetadata.version=${{ steps.release_tag.outputs.release_tag }} -c.mac.notarize.teamId=${{ env.APPLE_TEAM_ID }} --publish always
env:
# Code Signing params
# See https://www.electron.build/code-signing
Expand Down

0 comments on commit 8731e4f

Please sign in to comment.