diff --git a/templates/workflows/joomla/update-server.yml.template b/templates/workflows/joomla/update-server.yml.template
index 86a156a..7f079c5 100644
--- a/templates/workflows/joomla/update-server.yml.template
+++ b/templates/workflows/joomla/update-server.yml.template
@@ -274,9 +274,7 @@ jobs:
NEW_ENTRY="${NEW_ENTRY} \n"
NEW_ENTRY="${NEW_ENTRY} ${INFO_URL}\n"
NEW_ENTRY="${NEW_ENTRY} \n"
- TAR_URL="${GITEA_URL}/${GITEA_ORG}/${GITEA_REPO}/releases/download/${RELEASE_TAG}/${EXT_ELEMENT}-${DISPLAY_VERSION}.tar.gz"
NEW_ENTRY="${NEW_ENTRY} ${DOWNLOAD_URL}\n"
- NEW_ENTRY="${NEW_ENTRY} ${TAR_URL}\n"
NEW_ENTRY="${NEW_ENTRY} \n"
[ -n "$SHA256" ] && NEW_ENTRY="${NEW_ENTRY} ${SHA256}\n"
NEW_ENTRY="${NEW_ENTRY} ${TARGET_PLATFORM}\n"