-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
RPM Package #1403
base: master
Are you sure you want to change the base?
RPM Package #1403
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
@@ -0,0 +1,24 @@ | |||
name: Xemu RPM |
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.
Why is this done separately instead of being part of the packaging steps in the main CI pipeline? This is also in the wrong directory in any case, so it won't run.
id: rpm | ||
uses: xemu-project/xemu | ||
with: | ||
spec_file: "RPM_package.spec" |
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.
How does this work? I don't think the xemu-project/xemu
action exists
Fixes #1012
thanks to @SSUPII for help
-Creates a RPM package with github actions.
-Checks if a new version is available by parsing commit number
-Updates the field "Version" in the spec file automatically