ci: shell expansion

This commit is contained in:
2026-02-14 22:09:07 +01:00
parent f5480a12dc
commit 568dd00554

View File

@@ -16,6 +16,6 @@ jobs:
- name: Build tarball
run: make tarball
- name: Build rpm package
run: rpmbuild -ba "${make name}.spec"
run: rpmbuild -ba "$(make name).spec"
- name: Upload rpm package
run: make upload