mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 08:52:46 +00:00
update deploy
This commit is contained in:
parent
cdb3291f49
commit
16da0e0222
1 changed files with 3 additions and 6 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue