Fix path separator in .files.yaml

This commit is contained in:
Ludy
2025-11-12 07:20:56 +01:00
committed by GitHub
parent 9be15ed115
commit 19fed9d061

View File

@@ -13,7 +13,7 @@ docker: &docker
- Dockerfile
- Dockerfile.fat
- Dockerfile.ultra-lite
- ".github\workflows\build.yml"
- ".github/workflows/build.yml"
project: &project
- app/(common|core|proprietary)/src/(main|test)/java/**