samuelmeuli / action-electron-builder

:electron: GitHub Action for building and releasing Electron apps
MIT License
658 stars 201 forks source link

Cannot find module 'dmg-license' #81

Open EnzoDeg40 opened 2 years ago

EnzoDeg40 commented 2 years ago

https://github.com/EnzoDeg40/EdFinder/runs/6502248636?check_suite_focus=true

Hello, i'm trying to build my electron projet with github action. I'm beginner in electron, help would be really appreciated. I don't know if you have access to the log but I put them here to be sure.

2_release (ubuntu-latest).txt

andirsun commented 2 years ago

You have to add an extra step on macos builds

- name: Install dmg-license package
  run: npm i dmg-license