diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5dc66c0..26d0793 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: run: | npm ci npm run build - zip -r ./module.zip module.json icons/ lang/ packs/ scripts/ sprites/ soundfx/ video/ templates/ css/ tours/ + zip -r ./module.zip module.json advisories/ icons/ lang/ packs/ scripts/ sprites/ soundfx/ video/ templates/ css/ tours/ # Create a release for this specific version - name: Update Release with Files