UPdate sys helper
Release Creation / build (release) Successful in 2m29s

This commit is contained in:
2026-05-01 09:33:41 +02:00
parent 98cf0bf8fd
commit 8fb27c2e82
+11
View File
@@ -27,6 +27,17 @@ jobs:
manifest: https://www.uberwald.me/gitea/uberwald/fvtt-donjon-et-cie/releases/download/latest/system.json
download: https://www.uberwald.me/gitea/${{ gitea.repository }}/releases/download/${{ github.event.release.tag_name }}/fvtt-donjon-et-cie.zip
- name: Setup Node
uses: https://github.com/actions/setup-node@v4
with:
node-version: 24
- name: Install dependencies
run: npm ci
- name: Build system and pack compendiums
run: npm run build
- run: |
apt update -y
apt install -y zip