diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f70cde..a139d31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/legendary-training-wheels.zip # create a zip file with all files required by the module to add to the release - - run: zip -r ./downtime-ethck.zip module.json styles/ templates/ audit-log.js chooseRoll.js downtime.js gmConfig.js training.js README.md LICENSE EXAMPLES.md + - run: zip -r ./legendary-training-wheels.zip module.json css/ templates/ legActions.js wheels.js README.md LICENSE # Create a release for this specific version - name: Update Release with Files