diff --git a/.github/workflows/release-creation.yml b/.github/workflows/release-creation.yml index e7388a2..ecf87d7 100644 --- a/.github/workflows/release-creation.yml +++ b/.github/workflows/release-creation.yml @@ -22,7 +22,7 @@ jobs: version: ${{github.event.release.tag_name}} url: https://github.com/${{github.repository}} manifest: https://github.com/${{github.repository}}/releases/latest/download/system.json - download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.name}}/${{github.event.release.tag_name}}.zip + download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/basicfantasyrpg.zip # Create a zip file with all files required by the module to add to the release - run: zip -r ./${{github.event.release.tag_name}}.zip system.json template.json LICENSE lang/ module/ styles/ templates/