3 Коммитов

Автор SHA1 Сообщение Дата
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