Обновить .gitea/workflows/build.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s

This commit is contained in:
svk 2024-06-26 16:00:54 +03:00
parent 190ec5200f
commit 2e36bbc100

View File

@ -16,4 +16,6 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
cd debian
./build-deb-projman.sh
- run: echo "🍏 This job's status is ${{ job.status }}."