-
-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish does not find generated deb alpha package #583
Publish does not find generated deb alpha package #583
Comments
Appears to be an issue with our path guessing logic Refs v6: https://github.com/electron-userland/electron-forge/blob/master/packages/maker/deb/src/MakerDeb.ts#L36 |
I'm starting to fix this here: electron-userland/electron-installer-debian#144 |
Oops, didn't mean to close this via |
* chore: Update dependencies * fix: Update .eslintrc * fix: Make standard & eslint play nice * fix: Automatically install husky * chore: Cleanup * fix: Sad: No react update * chore: Some more React downgrades
I named my first version 0.1.0-alpha-1 and ran publish dry-run and then from-dry-run command, but electron-forge ended with a following error:
The problem is that such a version is renamed by the deb packager to this:
radio-drama-soundboard_0.1.0~alpha-1_amd64.deb
Notice the tilde separating major.minor.patch and metadata. The version name is valid from perspective of semver 2.0.
What command line arguments are you passing?
What does your
config.forge
data inpackage.json
look like?The text was updated successfully, but these errors were encountered: