diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-11-20 14:15:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 15:15:09 +0100 |
commit | c9a5f50f890cf5a37e508e7acb9f24c761dd636a (patch) | |
tree | eac80724dee7056b2bffb198a4e553cd8e065306 | |
parent | 1c150358435d98e771c8998fde124bcabe04cb3f (diff) | |
download | ydb-c9a5f50f890cf5a37e508e7acb9f24c761dd636a.tar.gz |
Release nightly (#11799)
-rw-r--r-- | .github/actions/s3cmd/action.yml | 2 |
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-/}" ;; *) |