CI fx workflow 26
Archlinux build / build (push) Successful in 2m57s
Debian build / build (push) Failing after 19s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
zx
2025-04-13 16:33:02 +03:00
parent 6a1a0a6838
commit aa32dac10e
2 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ jobs:
- name: Building package
continue-on-error: false
run: |
cd ${{ gitea.basedir }}/debian
ls -l /
echo '---------------------'
cd ${GITHUB_WORKSPACE}/debian
ls -l
debuild -us -uc -b
- name: Try to upload artifacts