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