Тесты сборки
Some checks failed
Simple Release / build (push) Failing after 19s

This commit is contained in:
svk
2026-01-22 20:55:46 +03:00
parent 46017d027a
commit d4ed578178

View File

@@ -45,7 +45,7 @@ jobs:
# 2. Загружаем все файлы
echo "Uploading files..."
for f in $(ls projman* 2>/dev/null); do
for f in $(ls ../projman* 2>/dev/null); do
echo " $f"
curl -u "${{ secrets.USER }}:${{ secrets.API_TOKEN }}" \
--upload-file "$f" \