From 27d56bf7b8f3c8daac175364b3d6dbb2f09db278 Mon Sep 17 00:00:00 2001 From: Yass Almardoud <149265907+yaseno2186@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:41:20 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26f782f4e..62e1163d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ on: description: "Path expression for Assets to upload." type: string required: false - default: "" + default: "target/checkout/cli/neo4jv?/target/*-distribution.zip" pages: description: "Path expression for Pages to upload." required: false