From 406426c59f0105deb78cedcd9fb7a16a6b37a8d9 Mon Sep 17 00:00:00 2001 From: Jamil Date: Wed, 7 Aug 2024 12:58:15 -0700 Subject: [PATCH] fix(ci): Fix underscores / dashes typo from #6208 (#6212) Fix underscores / dashes typo from #6208 --- .github/workflows/_build_artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index 7090b73a8..fab51a25e 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -181,7 +181,7 @@ jobs: client_image: ${{ steps.image-name.outputs.client_image }} relay_image: ${{ steps.image-name.outputs.relay_image }} gateway_image: ${{ steps.image-name.outputs.gateway_image }} - http_test_server_image: ${{ steps.image-name.outputs.http_test_server_image }} + http_test_server_image: ${{ steps.image-name.outputs.http-test-server_image }} steps: - uses: actions/checkout@v4 with: