diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d85600a..10f1494 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/Basic-Items.zip # Create a zip file with all files required by the module to add to the release - - run: zip -r ./Basic-Items.zip module.json LICENSE README.nd packs/ + - run: zip -r ./Basic-Items.zip module.json LICENSE README.md packs/ # Create a release for this specific version - name: Update Release with Files