Обновить .gitea/workflows/build.yml

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

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