Add macOS cert for release workflow

This commit is contained in:
Will Chen
2025-04-14 23:56:11 -07:00
parent b9090f40e5
commit 7d0857c10d
2 changed files with 49 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ jobs:
with:
node-version: 20
- run: npm ci
- name: add macos cert
run: chmod +x tools/add-macos-cert.sh && . ./tools/add-macos-cert.sh
- name: Publish app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}