fix: build CSS from LESS in CI before zipping release
Release Creation / build (release) Successful in 41s

This commit is contained in:
2026-07-21 22:19:19 +02:00
parent 3b621d2af7
commit 92b2a5ef5e
+6
View File
@@ -29,6 +29,12 @@ jobs:
manifest: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/latest/system.json manifest: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/latest/system.json
download: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/fvtt-ecryme-${{github.event.release.tag_name}}.zip download: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/fvtt-ecryme-${{github.event.release.tag_name}}.zip
# Build CSS from LESS
- uses: https://github.com/actions/setup-node@v4
with:
node-version: "20"
- run: npm install && npm run build
# Create a zip file with all files required by the system to add to the release # Create a zip file with all files required by the system to add to the release
- run: | - run: |
apt update -y apt update -y