mirror of
https://github.com/ekaaty/ca-certificates-brazil.git
synced 2025-12-06 01:22:38 -03:00
Update build-rpm.yml
This commit is contained in:
4
.github/workflows/build-rpm.yml
vendored
4
.github/workflows/build-rpm.yml
vendored
@@ -46,8 +46,8 @@ jobs:
|
||||
|
||||
- name: Copy SOURCES and SPEC file
|
||||
run: >-
|
||||
sed "s/__VERSION__/${{PKG_VERSION}}/g" packaging/pkg.spec.in
|
||||
> ~/rpmbuild/SPECS/${{PKG_NAME}}.spec
|
||||
sed "s/__VERSION__/${{env.PKG_VERSION}}/g" packaging/pkg.spec.in
|
||||
> ~/rpmbuild/SPECS/${{env.PKG_NAME}}.spec
|
||||
cp dist/*.src.tar.gz ~/rpmbuild/SOURCES/
|
||||
|
||||
- name: Build RPM
|
||||
|
||||
Reference in New Issue
Block a user