Verbesserung des ZIP-Erstellungsprozesses: Debugging hinzugefügt und Warnungen bei /dev-Dateien durch Behandlung symbolischer Links behoben
Some checks failed
Release Plugin / release (push) Failing after 5s

This commit is contained in:
Michael Otto
2026-03-13 11:21:38 +01:00
parent f42260b66c
commit 82be564c29

View File

@@ -157,7 +157,7 @@ jobs:
echo "rsync fertig" echo "rsync fertig"
cd dist cd dist
echo "zip start" echo "zip start"
zip -r "${ZIP_FILE}" "${ZIP_FOLDER}/" \ zip -y -r "${ZIP_FILE}" "${ZIP_FOLDER}/" \
-x "*.pyc" -x "*/__pycache__/*" -x "*.pyc" -x "*/__pycache__/*"
echo "zip fertig" echo "zip fertig"
cd .. cd ..