From 3031e4712a7801358de055ea30fb315b4c5581b3 Mon Sep 17 00:00:00 2001 From: Kevin Kragenbrink Date: Fri, 8 Nov 2024 02:03:23 -0800 Subject: [PATCH] build: fix zipfile --- .github/workflows/publish-foundryvtt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-foundryvtt.yaml b/.github/workflows/publish-foundryvtt.yaml index 174c612..7aff395 100644 --- a/.github/workflows/publish-foundryvtt.yaml +++ b/.github/workflows/publish-foundryvtt.yaml @@ -44,7 +44,7 @@ jobs: flags.hotReload: null # Create a zip file with all files required by the module to add to the release - - run: zip -r ./module.zip module.json LICENSE README.md CHANGELOG.md ./aide.js ./aide.test.js ./templates ./lang + - run: zip -r ./module.zip module.json LICENSE README.md CHANGELOG.md ./dist ./templates # Create a release for this specific version - name: Update Release with Files