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.
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.
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.
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.
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.
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.