samuelmeuli / action-electron-builder

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

Files never get released/published #24

Closed futurelucas4502 closed 4 years ago

futurelucas4502 commented 4 years ago

When following the guide here and doing everything stated it doesn't release the files and I get the following error:

GitHub release not created  reason=existing type not compatible with publishing type tag=v1.0.28 version=1.0.28 existingType=release publishingType=draft
  • skipped publishing  file=The-City-Of-Truro-Mariners---Management-Console-1.0.28.AppImage reason=existing type not compatible with publishing type tag=v1.0.28 version=1.0.28 existingType=release publishingType=draft
  • skipped publishing  file=latest-linux.yml reason=existing type not compatible with publishing type tag=v1.0.28 version=1.0.28 existingType=release publishingType=draft
futurelucas4502 commented 4 years ago

My code is exactly the same as the guide, therefore, hasn't been included

samuelmeuli commented 4 years ago

Duplicate of https://github.com/samuelmeuli/action-electron-builder/issues/2#issuecomment-555685756

futurelucas4502 commented 4 years ago

@samuelmeuli comment 2 was originally a different issue therefore when I used the search it didn't come up it should really have been done as a separate issue but anyway I'm running electron-builder@^22.4.1 however I still have the issue

samuelmeuli commented 4 years ago

From your output, it looks like the release you're trying to create already exists?

Anyway, this action is only a wrapper for the electron-builder command, so I'd suggest you open an issue in that repo :)

futurelucas4502 commented 4 years ago

@samuelmeuli it's weird as I made a temporary repository so it had no releases and uploaded an existing project from another repository as I'm currently using Travis CI as my builder however wanted to switch to GitHub.... anddd I just realised I didn't change the repository to use in the package.json it's probably that sorry

futurelucas4502 commented 4 years ago

Okay so ive changed the package.json but i still get the same issue so im not sure why it isnt working as my electron works fine

MoSofi commented 3 years ago

Upgrading to electron-builder@^22.4.1 solved the issue for me.