From 568dd00554c87f91f4fb113dcc7e566d720d08ad Mon Sep 17 00:00:00 2001 From: samuel Date: Sat, 14 Feb 2026 22:09:07 +0100 Subject: [PATCH] ci: shell expansion --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index bab9d62..0c70f84 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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