esl / packages

Makefile- and Docker-based build system for ESL's erlang and elixir binary packages.
Apache License 2.0
9 stars 6 forks source link

Fix file regex for RPM builds #75

Closed Infraded closed 6 months ago

Infraded commented 6 months ago

Current regex in the yum repos workflow expects a dash between package name and version, this fixes the regex to match the current pattern of rpm filenames

Fixes #74

Infraded commented 6 months ago

@dalbarado @gilacost