You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): Include Linux distro version in RPM's artifact name
This is a minor follow-up fix to 669533c.
After that commit, build artifacts for Fedora and openSUSE lacked the
distro version at the end of their file names, i.e.:
- "notes-2.3.0-1.x86_64-qt6-fedora-38" wrongly became:
"notes-2.3.0-1.x86_64-qt6-fedora"
- "notes-2.3.0-1.x86_64-qt6-opensuse-leap-15.5" wrongly became:
"notes-2.3.0-1.x86_64-qt6-opensuse-leap"
This change now includes the version as well.
0 commit comments