3
0

Fehler beim Schreiben der plugin.xml behoben

This commit is contained in:
Michael Otto
2026-03-03 14:30:25 +01:00
parent 018a609214
commit 18925ccbf1
2 changed files with 2 additions and 18 deletions

View File

@@ -74,10 +74,10 @@ jobs:
run: |
cd repo
FILE="${{ steps.xmlfile.outputs.file }}"
NAME="${{ steps.payload.outputs.name }}"
ID="${{ steps.payload.outputs.plugin_id }}"
# Entfernt den kompletten Plugin-Block
sed -i "/<plugin name=\"${NAME//\//\\/}\"/,/<\/plugin>/d" "$FILE"
sed -i "/<pyqgis_plugin[^>]*plugin_id=\"${ID//\//\\/}\"/,/<\/pyqgis_plugin>/d" "$FILE"
- name: Template anwenden und neue XML erzeugen
run: |