We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b172e8e commit b3d1447Copy full SHA for b3d1447
1 file changed
.github/workflows/build-app.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
CSC_LINK: ${{ secrets.mac_certs }}
35
CSC_KEY_PASSWORD: ${{ secrets.mac_certs_password }}
36
- run: yarn make:macos
+ run: yarn make:macos -c.mac.identity=null
37
38
- name: Clean up builds
39
run: rm -rfv dist/mac
0 commit comments