Skip to content

Commit

Permalink
build: set notarize env var
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Mar 19, 2024
1 parent e7a65fc commit d8a2659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- run: pnpm build
- run: pnpm make:macos --publish=never -c.mac.identity=null
env:
NOTARIZE: true
CSC_LINK: ${{ secrets.mac_certs }}
CSC_KEY_PASSWORD: ${{ secrets.mac_certs_password }}
- name: Clean up builds
Expand Down

0 comments on commit d8a2659

Please sign in to comment.