update deploy

This commit is contained in:
Sergey Zhemoytel 2025-01-06 17:39:56 +03:00
parent cdb3291f49
commit 16da0e0222

View file

@ -119,13 +119,10 @@ runs:
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
RPMBUILDROOT: /home/builder/rpmbuild
run: |
arch=""
type=""
send_package() {
file=$1
arch=$2
type=$3
local file=$1
local arch=$2
local type=$3
if [ "$arch" = "noarch" ]; then
url="${{ github.server_url }}/api/packages/${{ github.repository }}/generic/R11/noarch/${file}"