ci: fix syntax
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled

This commit is contained in:
2026-02-22 00:27:38 +01:00
parent abb5fbf448
commit a5bfa7de35
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
env:
GIT_REFERENCE: ${{ github.ref }}
- name: Build rpm package
run: rpmbuild -ba "$(make name).spec"
run: rpmbuild -ba netoik-db.spec
- name: Upload rpm package
run: make upload
env:

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 netoik-db.spec