Update build-rpm-x86-64.yml
Some checks are pending
RPM/DEB build aarch64 / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
RPM/DEB build armhf / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
RPM/DEB build x86-64 / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run

This commit is contained in:
Vladimir Dubrovin 2026-04-09 17:49:07 +03:00
parent f9344cca83
commit 40ebf9cef5

View File

@ -49,6 +49,7 @@ jobs:
with: with:
name: "3proxy-${{ env.RELEASE }}-x86_64.rpm" name: "3proxy-${{ env.RELEASE }}-x86_64.rpm"
path: "*.rpm" path: "*.rpm"
archive: false
- name: debbuild - name: debbuild
run: | run: |
ret=`pwd` ret=`pwd`
@ -69,4 +70,5 @@ jobs:
with: with:
name: "3proxy-${{ env.RELEASE }}-x86_64.deb" name: "3proxy-${{ env.RELEASE }}-x86_64.deb"
path: "*.deb" path: "*.deb"
archive: false