-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Help validate Windows installer publishing #302
Comments
/help |
Hello, @derberg! 👋🏼 I'm Genie from the magic lamp. Looks like somebody needs a hand! 🆘 At the moment the following comments are supported in issues:
|
/gfi ci-cd |
@derberg for windows should we have a |
@Souvikns for chocolatey we have this issue #304 as work is different than the one described here, and definitely not easy good first issue. and yes, afaik, https://github.com/oclif/oclif#oclif-pack-win produces I think we need both. Just like with my initial work on MacOS, I worked on |
I tested it and it works, we just need to install |
I will just wait for #325 and then open a PR for this |
@derberg I am getting this error while running |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
@Souvikns hey man, since we use latest oclif, maybe you could give it another try? |
Will do 👍🏼 |
@derberg now everything runs, and we get two |
🎉 This issue has been resolved in version 0.40.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Reason/Context
This PR introduced automation for publishing of MacOS
pkg
file. It was also designed in the way that it should be easy to plug in generation of installer files for Windows and Linux.This issue is for folks that work on Windows machine and can do some local testing to check if all works as expected
Description
npm run pack:windows
dist
directory. Try to install CLI using itThe text was updated successfully, but these errors were encountered: