summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Yurchuk <[email protected]>2024-11-20 13:13:38 +0000
committerGitHub <[email protected]>2024-11-20 13:13:38 +0000
commit02fbb27671fe11ce5f18fae394be48715f00b95d (patch)
treea8c17b11a1c7bdab3ea42cf4996d7be62647f215
parent739d073b2c9b654fe1028f6318984d6bbed11237 (diff)
release support in wf (#11797)
-rw-r--r--.github/actions/test_ya/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/test_ya/action.yml b/.github/actions/test_ya/action.yml
index de6996e02ba..b2d9e036bb7 100644
--- a/.github/actions/test_ya/action.yml
+++ b/.github/actions/test_ya/action.yml
@@ -292,7 +292,7 @@ runs:
debug)
TESTMO_SOURCE="ya-${TESTMO_ARCH}-debug"
;;
- release-*)
+ release*)
TESTMO_SOURCE="ya-${TESTMO_ARCH}-${BUILD_PRESET/release-/}"
;;
*)