From 010234e001f9e7933b7fdc6a0c33d1ef17fca4b4 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Sun, 10 Nov 2024 18:51:42 +0100 Subject: [PATCH] =?UTF-8?q?Preparation=20de=20build=20avec=20compendiums?= =?UTF-8?q?=20s=C3=A9par=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index e24c0107..868fd087 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -30,6 +30,17 @@ jobs: manifest: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download//${{github.event.release.tag_name}}/system.json download: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/foundryvtt-reve-de-dragon-${{github.event.release.tag_name}}.zip + - name: Set up Node.js + uses: actions/setup-node@v2 + with: + node-version: '18' # Use the node version your project requires + + - name: Install dependencies + run: npm install + + - name: Build the compendiums + run: node ./tools/packCompendiumsToDist.mjs + # Create a zip file with all files required by the module to add to the release - run: | apt update -y