Update build-rpm-x86-64.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-06 17:37:18 +03:00
parent 3c577df137
commit 7924845d09

View File

@ -39,7 +39,7 @@ jobs:
run: | run: |
ret=`pwd` ret=`pwd`
cd ~/rpmbuild/SPECS cd ~/rpmbuild/SPECS
rpmbuild --define "devel_version $VERSION" -ba 3proxy-$RELEASE.spec rpmbuild --define "devel_version $VERSION" --define "version $VERSION" --define "name 3proxy" -ba 3proxy-$RELEASE.spec
cd $ret cd $ret
mv ~/rpmbuild/RPMS/x86_64/3proxy-$RELEASE-1.x86_64.rpm ../3proxy-$RELEASE.x86_64.rpm mv ~/rpmbuild/RPMS/x86_64/3proxy-$RELEASE-1.x86_64.rpm ../3proxy-$RELEASE.x86_64.rpm
- name: Get artifact - name: Get artifact