-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add a build workflow on all platforms #2116
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9f949b4
to
1da7489
Compare
1da7489
to
9e5a2ac
Compare
740aaa9
to
897ad2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
897ad2d
to
bbc984e
Compare
.github/workflows/release.yaml
Outdated
run: cd apps/desktop | ||
|
||
- name: electron-publish-linux | ||
run: CI=true GH_TOKEN=${{ secrets.github_token }} pnpm run electron:package:linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a separate key called env for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted.
bbc984e
to
3d82d62
Compare
3d82d62
to
80901b1
Compare
Proposed changes
Build the apps for all platforms (windows, linux and mac) on github CI.
Task link
Types of changes
Steps to reproduce
Screenshots
Add the screenshots of how the app used to look like and how it looks now
Checklist