deep-foundation / deep-memo-app

The Unlicense
11 stars 8 forks source link

Build and Publish github workflow not working #146

Open FreePhoenix888 opened 4 months ago

FreePhoenix888 commented 4 months ago

https://github.com/deep-foundation/deep-memo-app/actions/runs/8401899560 but the same configuration of app in sdk works: https://github.com/deep-foundation/sdk/actions/runs/8407304223

What I have tried

Checked chokidar version in sdk (where this workflow is working) and here

freephoenix888@FreePhoenix888:~/Programming/deep/sdk$ npm ls chokidar
@deep-foundation/sdk@0.0.0-dev.1 /home/freephoenix888/Programming/deep/sdk
└─┬ @deep-foundation/deeplinks@0.0.312
  ├─┬ @deep-foundation/materialized-path@0.0.31
  │ └─┬ ts-node-dev@2.0.0
  │   └── chokidar@3.5.3 deduped
  └─┬ nodemon@2.0.22
    └── chokidar@3.5.3
@deep-foundation/deep-memo@0.0.1-dev.3 /home/freephoenix888/Programming/deep/deep-memo-app
└─┬ @deep-foundation/deeplinks@0.0.313
  ├─┬ @deep-foundation/materialized-path@0.0.31
  │ └─┬ ts-node-dev@2.0.0
  │   └── chokidar@3.5.3 deduped
  └─┬ nodemon@2.0.22
    └── chokidar@3.5.3

Checked that versions of capacitor dependencies are the same

Checked that tsconfig is the same

Checked that electron folder is the same

Created issue at capacitor-community/electron: https://github.com/capacitor-community/electron/issues/282