Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-23 14:28:59 +03:30
parent 3c7092fb9b
commit 1b9e7a05d3
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -33,6 +33,8 @@ jobs:
mkdir .res
for out in go ts doc; do
tar czf .res/${out}.tar.gz ./stub/${out}/
echo ${{ gitea.api_url }}/packages/Kahroba/generic/proto/${{ gitea.ref_name }}/${out}.tar.gz
curl --user ${{ gitea.actor }}:${{ gitea.token }} \
--upload-file .res/${out}.tar.gz \
${{ gitea.api_url }}/packages/Kahroba/generic/proto/${{ gitea.ref_name }}/${out}.tar.gz