From 3863d2e78f73c9c5b1179e105527522e0e65b79b Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Tue, 15 Jul 2025 19:18:19 +0000 Subject: [PATCH] ADDED Release artifact for API #2 --- .releaserc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.releaserc.json b/.releaserc.json index 089d51d..8f5570b 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -12,6 +12,7 @@ ], "assets": [ { "path": "dist.zip", "label": "Web.zip" }, + { "path": "api.zip", "label": "Api.zip" }, { "url": "https://gitlab.lesko.me/marek/centrum/-/blob/main/README.md", "label": "README.md" } ] }