update deploy

This commit is contained in:
Sergey Zhemoytel 2025-01-06 18:06:36 +03:00
parent 1fa2211498
commit 53fb334d1a

View file

@ -124,13 +124,13 @@ runs:
local type=$3
if [ "$arch" = "noarch" ]; then
url="${{ github.server_url }}/api/packages/${{ github.repository }}/generic/R11/noarch/${file}"
url="${{ github.server_url }}/api/packages/${{ github.repository }}/generic/r11_rpms/noarch/${file}"
else
url="${{ github.server_url }}/api/packages/${{ github.repository }}/generic/R11/${arch}/${file}"
url="${{ github.server_url }}/api/packages/${{ github.repository }}/generic/r11_rpms/${arch}/${file}"
fi
if [ "$type" = "srpm" ]; then
url="${{ github.server_url }}/api/packages/${{ github.repository }}/generic/R11/srpms/${file}"
url="${{ github.server_url }}/api/packages/${{ github.repository }}/generic/r11_rpms/srpms/${file}"
fi
curl --user ${{ github.repository_owner }}:${{ inputs.CI_DEPLOY }} \