-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Generate deb package on release #94 #324
Conversation
@Marwanmhks are you able to try this out on your fork? It’s tricky to iterate on it in this repo as it’ll only work from master and will create spurious releases as we test. Adding a tag like 1.2.3 on your fork should trigger the release action. Thanks again for helping with this. |
okay let me check it out and get back to you |
Okay so I was able to automate the deb packaging upon release but I am having a problem with the artifact upload, I would appreciate any hints. |
@Marwanmhks I think you almost had it, nice work. I had a try on a fork (see here) and was able to get it working with the following:
If you can update the PR based on this (and squash it down to a single commit) then we should be good to merge it. |
Merged, thank you for your contribution @Marwanmhks ! |
Closes #94