OSRS-Environment-Exporter
OSRS-Environment-Exporter copied to clipboard
[REQUEST] Automatically generate release ZIPs
Use case
Currently I'm manually creating the release ZIPs and updating run
and run.bat
to use the new version number.
We should automate this process.
Solution
Update the current GitHub Workflow to create the release ZIP.
Alternatives
Create a separate GitHub Workflow that is triggered after merging a PR that looks like this one: #85 (not sure how we would want to code that trigger right now)
Additional context
None.
I would just make a buildSrc task that runs via the workflow, you can program everything you want it to do in kt or java then