diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4a947a..b893d18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: # Create a zip file with all files required by the module to add to the release - - run: zip -r ./module.zip module.json LICENSE scripts/ + - run: zip -r ./module.zip module.json LICENSE scripts/ lang/ # Create a release for this specific version - name: Update Release with Files