action-electron-builder icon indicating copy to clipboard operation
action-electron-builder copied to clipboard

Cannot find module 'dmg-license'

Open EnzoDeg40 opened this issue 2 years ago • 1 comments

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

EnzoDeg40 avatar May 19 '22 08:05 EnzoDeg40

You have to add an extra step on macos builds

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

andirsun avatar Aug 05 '22 20:08 andirsun