Moves plugin files to "releases" directory

Relocates the plugin files from the "fichiers à télécharger" directory to a "releases" directory.

This change ensures a cleaner separation between development files and release artifacts.
Updates the CI workflow to reflect the new location for zipping and committing the plugin archive.
Этот коммит содержится в:
Sebastien Larinier 2025-07-23 09:51:58 +02:00
родитель cbd037418c
Коммит f3a10ae0c5
Не найден ключ, соответствующий данной подписи
11 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/zip-plugin.yml поставляемый
Просмотреть файл

@ -30,7 +30,7 @@ jobs:
# C'est la méthode la plus fiable pour gérer les chemins complexes.
- name: 2. Compression du répertoire en .zip
run: |
cd "DIMA/plugin/plugin_chrome/fichiers à télécharger/"
cd "DIMA/plugin/plugin_chrome/releases/"
zip -r Plugin-dima.zip Plugin-dima
# Étape 3 : Commiter et pousser le fichier .zip sur le dépôt
@ -43,4 +43,4 @@ jobs:
commit_message: "🤖 CI : Mise à jour automatique de l'archive Plugin-dima.zip"
# Le chemin exact du fichier à commiter
file_pattern: 'DIMA/plugin/plugin_chrome/fichiers à télécharger/Plugin-dima.zip'
file_pattern: 'DIMA/plugin/plugin_chrome/releases/Plugin-dima.zip'

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 332 KiB

После

Ширина:  |  Высота:  |  Размер: 332 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 332 KiB

После

Ширина:  |  Высота:  |  Размер: 332 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 332 KiB

После

Ширина:  |  Высота:  |  Размер: 332 KiB