Update build-rpm-x86-64.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-06 17:13:52 +03:00
parent 962f2017ba
commit 75ab1cb92b

View File

@ -33,7 +33,7 @@ jobs:
run: mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
- name: configure rpm env
run: |
git archive --format=tar --prefix=3proxy-$RELEASE/ master | gzip >~/rpmbuilds/SOURCES/3proxy-$RELEASE.tar.gz
git archive --format=tar --prefix=3proxy-$RELEASE/ master | gzip >~/rpmbuild/SOURCES/3proxy-$RELEASE.tar.gz
cp scripts/rh/3proxy.spec ~/rpmbuild/SPECS/3proxy-$RELEASE.spec
- name: rpmbuild
run: |