-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create CD GitHub Action for release CLI as single EXE #58
Comments
@tnrich have you had a chance to look at this? |
@tgadam Haven't started on this yet. I can give it a whirl soon |
@tgadam here's the PR with the automated release of a CLI executable file - #89 And here's the release it created - https://github.com/TeselaGen/fsml.org/releases/tag/refs%2Fpull%2F89%2Fmerge Lemme know if that is what you're looking for! |
@tgadam here's the updated PR #89 |
We're trying to figure out to sign the exe's so they don't throw up security warnings on Mac OS. |
@tgadam what sort of security warnings are you seeing? When trying on my mac here's what I get:
Which seems fine? |
@tnrich I’m getting |
@tgadam is this how people will be running the tool? I was under the impression it would be run primarily through a CLI? |
We identify issues with Deno that will force us to refactor our code. This ticket will have to wait until we implement such refactoring. |
Now that we have oclif scripts working, we would implement a github action to generate the installation packages with oclif. |
Create CD GitHub Action for release CLI as single EXE
The text was updated successfully, but these errors were encountered: