diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eea950d..ae6c5ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,11 +20,11 @@ jobs: id: sub_manifest_link_version uses: microsoft/variable-substitution@v1 with: - files: 'module.json' + files: 'system.json' env: version: ${{steps.get_version.outputs.version-without-v}} url: https://github.com/${{github.repository}} - manifest: https://github.com/${{github.repository}}/releases/latest/download/module.json + manifest: https://github.com/${{github.repository}}/releases/latest/download/system.json download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/fvtt-ecryme.zip # Create a zip file with all files required by the module to add to the release