fix des assets dans les releases

This commit is contained in:
rwanoux
2024-11-20 12:06:19 +01:00
parent 911b0b67e7
commit daf56b15e7
+1 -1
View File
@@ -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