From c6209b3b87e2706b2126c01fd0b3745e365b187b Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Fri, 23 Feb 2024 14:56:22 -0500 Subject: [PATCH] Fix plugin zip name Signed-off-by: Derek Ho --- .github/workflows/verify-binary-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-binary-install.yml b/.github/workflows/verify-binary-install.yml index 9ce3c1d90..947e7c12a 100644 --- a/.github/workflows/verify-binary-install.yml +++ b/.github/workflows/verify-binary-install.yml @@ -39,7 +39,7 @@ jobs: uses: derek-ho/setup-opensearch-dashboards@v1 with: plugin_name: dashboards-observability - built_plugin_name: observability-dashboards + built_plugin_name: observabilityDashboards install_zip: true - name: Start the binary