Skip to content

Commit

Permalink
chore: Update build workflow to build and notarize on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 8, 2024
1 parent ad6b16e commit 6809e29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
CSC_LINK: ${{ secrets.CSC_LINK }}
APPLEID: ${{ secrets.APPLEID }}
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
run: npm run dist
GH_TOKEN: ${{ secrets.github_token}}
NODE_ENV: production
run: rm -rf /dist && npm exec --package=electron-builder -- electron-builder build --mac --arm64 --publish always

- name: Upload release attachment
uses: actions/github-script@v4
Expand Down

0 comments on commit 6809e29

Please sign in to comment.