diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffdba8ff..5187494b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: cp --force LICENSE.txt system/. cp --force README.md system/. - - run: cd system && zip ../${{steps.get_vars.outputs.ZIP_NAME}} -r assets css fonts i18n packs/*.db src templates shadowdark-compiled.mjs shadowdark-compiled.mjs.map LICENSE.txt README.md system.json template.json + - run: cd system && zip ../${{steps.get_vars.outputs.ZIP_NAME}} -r assets css fonts i18n packs src templates shadowdark-compiled.mjs shadowdark-compiled.mjs.map LICENSE.txt README.md system.json template.json # Create a release for this specific version - name: Update Release with Files