From c830409e1c194cd5e5ce4a6753995c645e1e4418 Mon Sep 17 00:00:00 2001 From: Adrian Marquis Date: Mon, 29 May 2023 16:51:35 +0200 Subject: [PATCH] Fixed release pipeline step --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5bb94e1..a6ba724 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,14 +72,14 @@ steps: commit: true commit_message: "Version ${DRONE_TAG}" -- name: "Create Gitea Release for curse modpack" +- name: "Create Gitea Release for Curse Modpack" image: "plugins/gitea-release" settings: + base_url: "${DRONE_REPO_LINK%/$DRONE_REPO}" + title: "Version ${DRONE_TAG}" + files: "/out/curse/*-${DRONE_TAG}.zip" api_key: from_secret: "gitea_registry_password" - base_url: "gitea.marquis.site" - files: "/out/curse/*-${DRONE_TAG}.zip" - title: "Version ${DRONE_TAG}" notes: > Modpack Server container image: `gitea.marquis.site/minecraft/atm8:${DRONE_TAG}` volumes: