10 Коммитов

Автор SHA1 Сообщение Дата
Sebastien Larinier
f2d28b0b30 fixes branch static 2025-07-23 14:25:30 +00:00
Sebastien Larinier
b8899322e9
Update zip-plugin.yml 2025-07-23 16:20:33 +02:00
Sebastien Larinier
b3700f535a
Update zip-plugin.yml 2025-07-23 15:17:33 +02:00
Sebastien Larinier
f0afab0d23
Update zip-plugin.yml 2025-07-23 14:00:59 +02:00
Sebastien Larinier
ad93c77303
Creates a release workflow for tagged commits
Sets up a GitHub Actions workflow to automatically create
releases when a new tag starting with 'v' is pushed.

The workflow builds a zip archive of the plugin and attaches
it to the release, along with automatically generated release notes.
2025-07-23 12:24:01 +02:00
Sebastien Larinier
fab73a69a8
Updates zip archive creation path
Removes the redundant "DIMA/" prefix from the path used during zip archive creation and in the file pattern for committing the archive. This ensures the correct path is used, streamlining the CI process.
2025-07-23 09:53:49 +02:00
Sebastien Larinier
f3a10ae0c5
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.
2025-07-23 09:51:58 +02:00
Sebastien Larinier
cbd037418c
Adds workflow to zip and commit the plugin
Creates a new GitHub Actions workflow that automatically zips the plugin directory and commits the archive to the repository.

This ensures that the plugin zip file is always up-to-date with the latest changes.
2025-07-23 09:48:49 +02:00
Sebastien Larinier
bd24073bf1
Automates plugin zip file generation
Refactors the zip plugin workflow to correctly zip the plugin directory and commit the generated zip file to the repository.

The workflow now changes the working directory before zipping to avoid path issues and includes a debugging step to verify the directory structure.
2025-07-23 09:46:17 +02:00
Sebastien Larinier
f7cef92067
Adds workflow to zip plugin directory on push
Sets up a GitHub Actions workflow that automatically zips the plugin directory and commits the resulting zip file to the repository on each push to the main branch.

This ensures that an up-to-date zip file of the plugin is always available.
Also, renames a file to use a more standard name.
2025-07-23 09:43:20 +02:00