mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-12 16:00:11 +08:00
Update workflows and makefiles (1 commits squashed)
This commit is contained in:
parent
96c3068a6c
commit
16b7f90aab
2
.github/workflows/build-rpm-x86-64.yml
vendored
2
.github/workflows/build-rpm-x86-64.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
run: |
|
||||
ret=`pwd`
|
||||
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
|
||||
mv ~/rpmbuild/RPMS/x86_64/3proxy-$RELEASE-1.x86_64.rpm ../3proxy-$RELEASE.x86_64.rpm
|
||||
- name: Get artifact
|
||||
|
||||
Loading…
Reference in New Issue
Block a user