Track latest mod zip artifact

This commit is contained in:
Kroonk
2026-05-23 10:37:01 +02:00
parent d3d66c863b
commit a5b7165bf7
6 changed files with 40 additions and 3 deletions

Binary file not shown.

18
releases/README.md Normal file
View File

@@ -0,0 +1,18 @@
# Release Artifacts
This folder intentionally stores the latest built Brogether mod ZIP in Git.
Run this from the project root whenever the mod changes:
```powershell
.\scripts\package.ps1
```
The script creates both:
```text
dist\Brogether-Brogether-0.1.0.zip
releases\Brogether-Brogether-0.1.0.zip
```
`dist/` stays local and ignored. `releases/` is committed so testers can download the current mod ZIP directly from the repository.