From e2f97762b930a6083b6c3fb14dee11ac3008479c Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Mon, 14 Aug 2023 17:39:39 +0200 Subject: [PATCH] Add workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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