aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Yurchuk <maxim-yurchuk@ydb.tech>2024-11-20 14:15:09 +0000
committerGitHub <noreply@github.com>2024-11-20 15:15:09 +0100
commitc9a5f50f890cf5a37e508e7acb9f24c761dd636a (patch)
treeeac80724dee7056b2bffb198a4e553cd8e065306
parent1c150358435d98e771c8998fde124bcabe04cb3f (diff)
downloadydb-c9a5f50f890cf5a37e508e7acb9f24c761dd636a.tar.gz
Release nightly (#11799)
-rw-r--r--.github/actions/s3cmd/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/s3cmd/action.yml b/.github/actions/s3cmd/action.yml
index e2a4e7ca63..5166783bb2 100644
--- a/.github/actions/s3cmd/action.yml
+++ b/.github/actions/s3cmd/action.yml
@@ -60,7 +60,7 @@ runs:
debug)
folder+="-debug"
;;
- release-*)
+ release*)
folder+="-${BUILD_PRESET/release-/}"
;;
*)