ituob / itu-ob-editor

Cross-platform desktop application for collaborative editing of ITU Operational Bulletin data
6 stars 5 forks source link

Configure automatic code-signing in GHA #67

Closed ronaldtse closed 4 years ago

ronaldtse commented 4 years ago

Done according to the following posts:

Locally on macOS, it works.

TODO: In the scripts/hooks/after-sign.js, there is a manual entry for the appId, which should have been read from package.json. Here's an example how to do it with TS: https://github.com/dino-dna/checkup/blob/master/scripts/hooks/after-sign.ts.