6 Commits

Author SHA1 Message Date
d9e8b9e41f Update .gitea/workflows/release.yml
Some checks failed
CI / test (push) Successful in 12s
Release / release (push) Failing after 7s
2026-02-14 12:06:04 +01:00
1537bff629 Update .gitea/workflows/release.yml
All checks were successful
CI / test (push) Successful in 12s
2026-02-14 12:02:38 +01:00
6e4ffdba76 Update .gitea/workflows/release.yml
All checks were successful
CI / test (push) Successful in 11s
2026-02-14 11:59:54 +01:00
74ec6a0ed2 Update .gitea/workflows/release.yml
All checks were successful
CI / test (push) Successful in 11s
2026-02-14 11:57:40 +01:00
5794b57cbe Update .gitea/workflows/release.yml
All checks were successful
CI / test (push) Successful in 12s
2026-02-14 11:55:23 +01:00
f174960b80 Update .gitea/workflows/release.yml
All checks were successful
CI / test (push) Successful in 12s
2026-02-14 11:53:56 +01:00

View File

@@ -27,13 +27,18 @@ jobs:
- name: Build SDSAT tar.gz
run: |
mkdir -p dist buildtmp/{bin,logs,update}
set -euxo pipefail
mkdir -p dist buildtmp
# Copie scripts
cp -r scripts buildtmp/bin/
# Copie uniquement les scripts dans buildtmp
cp -r scripts/* buildtmp/
# Supprime tous les __init__.py
find buildtmp/scripts/bin -name "__init__.py" -delete
pwd
ls -ila
# Supprime __init__.py
find buildtmp/ -name "__init__.py" -delete
# Génère le fichier de metadata
cat > buildtmp/BUILD_INFO.txt <<EOF