feat: create user and db
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled

This commit is contained in:
2026-02-22 15:11:58 +01:00
parent ade97d52e6
commit 94e6f55e4d
3 changed files with 11 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
env:
GIT_REFERENCE: ${{ github.ref }}
- name: Build rpm package
run: rpmbuild -ba netoik-db.spec
run: rpmbuild -ba "%(make name).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 netoik-db.spec
run: rpmbuild -ba "$(make name).spec"