From daf56b15e7cf91be2690703d8842cb90b53b1865 Mon Sep 17 00:00:00 2001 From: rwanoux Date: Wed, 20 Nov 2024 12:06:19 +0100 Subject: [PATCH] fix des assets dans les releases --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03094f9..430eb12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: run: npm run pullYAMLtoLDB # Create a zip file with all files required by the module to add to the release - - run: zip -r ./system.zip system.json template.json asset/ css/ lang/ module/ templates/ packs/ + - run: zip -r ./system.zip system.json template.json assets/ css/ lang/ module/ templates/ packs/ # Create a release for this specific version - name: Update Release with Files