-
-
Notifications
You must be signed in to change notification settings - Fork 136
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 GitHub Actions workflow #66
Conversation
daullmer
commented
Apr 10, 2021
- Add GitHub Action for building Linux Packages
- Change build script to allow for different .deb location
Sample run with #65 merged: https://github.com/Ullmie02/jellyfin-ffmpeg/actions/runs/736216721 |
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.
Mind me also asking why you split off the release workflow off the main? (theoretically you could extent the mains triggers and run the publish
job only if its the correct trigger and with needs: build
?)
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.
thanks for catching the rsync arguments 😅 👍
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.
wasn't there also one Distro version that would not build due to outdated deps? if so should we not remove them (can be done in another PR)
I removed the release part of the workflow and will add it again in a later PR because the |