build: attempt to fix mas 4 diagnostics again

This commit is contained in:
johannesjo 2025-11-09 19:56:13 +01:00
parent ce2f227aec
commit 56badbc943

View file

@ -54,11 +54,11 @@ jobs:
- run: npm run env # Generate env.generated.ts
- name: Lint
run: npm run lint
- name: Test Unit
run: npm run test
# - name: Lint
# run: npm run lint
#
# - name: Test Unit
# run: npm run test
# - name: Test E2E
# run: npm run e2e
@ -71,6 +71,9 @@ jobs:
p12-file-base64: ${{ secrets.mac_certs }}
p12-password: ${{ secrets.mac_certs_password }}
- name: List available signing identities
run: security find-identity -v -p codesigning
- name: Build Electron app
run: npm run dist:mac:mas:buildOnly