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

This commit is contained in:
2026-02-14 11:53:56 +01:00
parent 26291788ae
commit f174960b80

View File

@@ -30,7 +30,7 @@ jobs:
mkdir -p dist buildtmp/{bin,logs,update}
# Copie scripts
cp -r scripts buildtmp/bin/
cp -r scripts buildtmp/scripts/bin/
# Supprime tous les __init__.py
find buildtmp/scripts/bin -name "__init__.py" -delete