Update .gitea/workflows/release.yml
All checks were successful
CI / test (push) Successful in 12s

This commit is contained in:
2026-02-14 11:55:23 +01:00
parent f174960b80
commit 5794b57cbe

View File

@@ -32,6 +32,9 @@ jobs:
# Copie scripts
cp -r scripts buildtmp/scripts/bin/
pwd
ls buildtmp/scripts/ -pila
# Supprime tous les __init__.py
find buildtmp/scripts/bin -name "__init__.py" -delete