Update file upload command in build.yaml
All checks were successful
Actions Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m56s

This commit is contained in:
Alex Borisov 2024-01-29 20:55:14 +03:00
parent 59ecf648f1
commit fb6a939733

View File

@ -37,4 +37,4 @@ jobs:
commit_date=$(git log -1 --format=%cd --date=format:'%Y%m%d%H%M%S')
- name: Upload Docker image to soaska.ru
run: |
curl --user ${{ secrets.username }}:${{ secrets.password }} --upload-file "file=@sd_telegram.tar.gz" https://soaska.ru/api/packages/${{ secrets.username }}/generic/${{ package_name }}/${{ commit_date }}/sd_telegram.tar.gz
curl --user ${{ secrets.username }}:${{ secrets.password }} --upload-file sd_telegram.tar.gz https://soaska.ru/api/packages/${{ secrets.username }}/generic/${{ package_name }}/${{ commit_date }}/sd_telegram.tar.gz