Update build-rpm.yml

This commit is contained in:
Christian Tosta
2025-04-18 04:38:57 -03:00
committed by GitHub
parent 57ecb92a18
commit f65837bf58

View File

@@ -46,8 +46,8 @@ jobs:
- name: Copy SOURCES and SPEC file - name: Copy SOURCES and SPEC file
run: >- run: >-
sed "s/__VERSION__/${{PKG_VERSION}}/g" packaging/pkg.spec.in sed "s/__VERSION__/${{env.PKG_VERSION}}/g" packaging/pkg.spec.in
> ~/rpmbuild/SPECS/${{PKG_NAME}}.spec > ~/rpmbuild/SPECS/${{env.PKG_NAME}}.spec
cp dist/*.src.tar.gz ~/rpmbuild/SOURCES/ cp dist/*.src.tar.gz ~/rpmbuild/SOURCES/
- name: Build RPM - name: Build RPM