Обновить .gitea/workflows/build.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
svk 2024-06-26 16:16:30 +03:00
parent 993c1f7e3e
commit 65c4213836

View File

@ -12,8 +12,8 @@ jobs:
- name: List files in the repository
run: |
git clone https://git.nuk-svk.ru/svk/projman.git
ls ${{ gitea.workspace }}
pwd
cd debian
./build-deb-projman.sh
ls ${{ gitea.workspace }}
#cd debian
#./build-deb-projman.sh
- run: echo "🍏 This job's status is ${{ job.status }}."