3 Commits

Author SHA1 Message Date
260b8f0217 analyse
All checks were successful
CI / test (push) Successful in 12s
2026-02-14 12:13:36 +01:00
a5f83dc2f2 add debug v2.0
All checks were successful
CI / test (push) Successful in 11s
2026-02-14 12:12:33 +01:00
1337eba8c0 add debug
All checks were successful
CI / test (push) Successful in 11s
2026-02-14 12:11:21 +01:00

View File

@@ -27,16 +27,12 @@ jobs:
- name: Build SDSAT tar.gz
run: |
set -euxo pipefail
mkdir -p dist buildtmp
# Copie uniquement les scripts dans buildtmp
cp -r scripts/* buildtmp/
pwd
ls -ila
# Supprime __init__.py
find buildtmp/ -name "__init__.py" -delete