feat: add db users
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled

This commit is contained in:
2026-02-22 16:24:16 +01:00
parent 94e6f55e4d
commit 98dbfe8da5
2 changed files with 3 additions and 3 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 "$(make name).spec"
- name: Upload rpm package
run: make upload
env: