From 4c40fcbabac8ff2b26cf6351f3cec6547c750892 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 19 Mar 2024 08:15:52 +0000 Subject: [PATCH] Change spec downloading files - Change cli spec to download files to get synced into central. - Fixes #1149 --- .github/release-files-spec.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/release-files-spec.json b/.github/release-files-spec.json index 4ceba9f6d..08d6f898d 100644 --- a/.github/release-files-spec.json +++ b/.github/release-files-spec.json @@ -7,17 +7,7 @@ { "@build.name": "${buildname}", "@build.number": "${buildnumber}", - "path": {"$match": "org*"} - }, - { - "$or": [ - { - "name": {"$match": "*.pom"} - }, - { - "name": {"$match": "*.jar"} - } - ] + "path": { "$match": "org/springframework/statemachine/spring-statemachine-*" } } ] }