From 9eb7d9dd0d72c4e72d1f7ca2d69f401dce64e889 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 19 Oct 2024 17:33:43 +0200 Subject: [PATCH] data: update Signed-off-by: AuxXxilium --- .github/workflows/data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/data.yml b/.github/workflows/data.yml index 56df0d1b..2ca91e32 100644 --- a/.github/workflows/data.yml +++ b/.github/workflows/data.yml @@ -55,7 +55,7 @@ jobs: fi [ "${TAG:0:1}" = "v" ] && TAG="${TAG:1}" rm -f addons.zip - STATUS=$(curl -kL --connect-timeout 10 -w "%{http_code}" "${REPO}/releases/download/${TAG}/addons.zip" -o "addons.zip") + STATUS=$(curl -kL --connect-timeout 10 -w "%{http_code}" "${REPO}/releases/download/${TAG}/addons-${TAG}.zip" -o "addons.zip") if [ $? -ne 0 -o ${STATUS:-0} -ne 200 ]; then echo "Download failed" exit 1 @@ -85,7 +85,7 @@ jobs: fi [ "${TAG:0:1}" = "v" ] && TAG="${TAG:1}" rm -f configs.zip - STATUS=$(curl -kL --connect-timeout 10 -w "%{http_code}" "${REPO}/releases/download/${TAG}/configs.zip" -o "configs.zip") + STATUS=$(curl -kL --connect-timeout 10 -w "%{http_code}" "${REPO}/releases/download/${TAG}/configs-${TAG}.zip" -o "configs.zip") if [ $? -ne 0 -o ${STATUS:-0} -ne 200 ]; then echo "Download failed" exit 1