Skip to content

Commit

Permalink
release support in wf (ydb-platform#11797)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Nov 20, 2024
1 parent 739d073 commit 02fbb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test_ya/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ runs:
debug)
TESTMO_SOURCE="ya-${TESTMO_ARCH}-debug"
;;
release-*)
release*)
TESTMO_SOURCE="ya-${TESTMO_ARCH}-${BUILD_PRESET/release-/}"
;;
*)
Expand Down

0 comments on commit 02fbb27

Please sign in to comment.