ci: fix syntax

This commit is contained in:
2026-02-22 00:23:29 +01:00
parent d3d2e35f48
commit abb5fbf448

View File

@@ -17,4 +17,4 @@ jobs:
- name: Build tarball
run: make tarball
- name: Build rpm file
run: rpmbuild -ba %(make name).spec
run: rpmbuild -ba "%(make name).spec"