From 64c833a9ade9c8f398a5297f2c3513e7ae88eeda Mon Sep 17 00:00:00 2001 From: "Luca T." Date: Sat, 21 Sep 2024 01:29:29 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd3cce0..de0f389 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: id: ${{env.MODULE_ID}} url: https://github.com/${{ github.repository }} download: https://github.com/${{ github.repository }}/releases/download/${{steps.get_version.outputs.version}}/${{env.MODULE_ID}}.zip - manifest: https://github.com/${{ github.repository }}/releases/download/${{steps.get_version.outputs.version}}/module.json, + manifest: https://github.com/${{ github.repository }}/releases/latest/download/module.json, # Create zip file. - name: Create ZIP archive