OSRS-Environment-Exporter icon indicating copy to clipboard operation
OSRS-Environment-Exporter copied to clipboard

[REQUEST] Automatically generate release ZIPs

Open ConnorDY opened this issue 2 years ago • 1 comments

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.

ConnorDY avatar Aug 14 '22 15:08 ConnorDY

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

Mark7625 avatar Aug 22 '22 00:08 Mark7625