ci: change git describe command

This commit is contained in:
2026-02-14 21:54:24 +01:00
parent 69d5b8aeae
commit 3363c3725d
2 changed files with 4 additions and 4 deletions

View File

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