Fehler beim Schreiben der plugin.xml behoben
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user