From 61036434890e74443140f90f711914475d7ec5cf Mon Sep 17 00:00:00 2001 From: DC23 Date: Wed, 27 Nov 2024 22:51:31 +1100 Subject: [PATCH] it's the tag_name, not the release name used in the download url --- .github/workflows/release-creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/