feat(ci): Add RPM package; bump actions; clean unused step; add manual trigger #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
workflow_dispatch:
for manually triggeractions/checkout
to v4actions/setup-node
to v4Test
Note: Install software to
/opt
is a bad ideas, this place should install softwares that are not managed by package managers, though it won't cause problems most of times, but will make this software not installable on Fedora Atomic based systems(It should works, but installing to/opt
continuously causing problems), though the more recommended way to install GUI softwares is using Flatpak, but having more options are always great.But....I can't find any documentation about changing install path for the
electron-builder
, so maybe just focused on Flatpak.Related:
https://discussion.fedoraproject.org/t/will-semanage-fcontext-and-restorecon-safe-to-run-when-selinux-disabled-during-atomic-custom-image-build-and-others/139943
Suggestion for Auto startup on Linux
Check what 地牛 Wake Up! did
Same method will also works on both flatpak packages or installing to host systems, just ensure the path is right.