From 2a65a65e6f078a377bf1a5586838cc77f9b5aa52 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Wed, 3 Jun 2026 20:06:32 +0200 Subject: [PATCH] Fix CSS --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 616c3d2..9d01df0 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -45,7 +45,7 @@ jobs: apt update -y apt install -y zip - - run: zip -r ./fvtt-adventures-with-emmy.zip system.json adventures-with-emmy.mjs css/ lang/ module/ assets/ templates/ styles/ gulpfile.js package.json + - run: zip -r ./fvtt-adventures-with-emmy.zip system.json adventures-with-emmy.mjs css/ lang/ module/ assets/ templates/ styles/ - name: setup go uses: https://github.com/actions/setup-go@v4