Update .gitea/workflows/detect.yml
All checks were successful
Detection / build (push) Successful in 4s

This commit is contained in:
2025-10-10 09:13:35 +00:00
parent da632e7242
commit 3380e98acc

View File

@@ -21,5 +21,5 @@ jobs:
- name: "Files Root Project" - name: "Files Root Project"
run: | run: |
find . -type f | sed 's|^\./||' | jq -R . | jq -s . find . -type f ! -path "./.git/*" | sed 's|^\./||' | jq -R . | jq -s .