update action.yml

This commit is contained in:
Sergey Zhemoytel 2025-01-04 23:39:08 +03:00
parent e918da053f
commit 06d89618bf

View file

@ -88,6 +88,8 @@ runs:
- name: Deploy in repos packages
if: github.ref == 'refs/heads/rosa2016.1'
env:
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
run: |
echo "Deploying artifacts..."
for file in /home/builder/rpmbuild/SRPMS/*.rpm; do
@ -102,6 +104,9 @@ runs:
done
- name: Deploy in buildkitie
if: github.ref == 'refs/heads/rosa2016.1'
env:
PUBLICATOR: ${{ secrets.PUBLICATOR }}
run: |
echo "Deploying src artifacts..."
for file in /home/builder/rpmbuild/SRPMS/*.rpm; do