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

This commit is contained in:
2026-02-14 11:57:40 +01:00
parent 5794b57cbe
commit 74ec6a0ed2

View File

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