Build release script

This commit is contained in:
2026-04-21 19:49:18 +02:00
parent bdc305abd8
commit a349402306
3 changed files with 101 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ jobs:
run: apt update -y && apt install -y zip
- name: Create release zip
run: zip -r ./mgt2.zip system.json template.json README.md LICENSE mgt2.bundle.js assets/ lang/ styles/ templates/
run: zip -r ./mgt2.zip system.json README.md LICENSE mgt2.bundle.js assets/ lang/ styles/ templates/
- name: setup go
uses: https://github.com/actions/setup-go@v4