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

This commit is contained in:
2026-02-14 12:02:38 +01:00
parent 6e4ffdba76
commit 1537bff629

View File

@@ -32,8 +32,11 @@ jobs:
# Copie uniquement les scripts dans buildtmp
cp -r scripts/* buildtmp/
pwd
ls -ila
# Supprime __init__.py
find buildtmp -name "__init__.py" -delete
find buildtmp/ -name "__init__.py" -delete
# Génère le fichier de metadata
cat > buildtmp/BUILD_INFO.txt <<EOF