From 1b1a3b58af5901860096c4b43169cc5e742e8c3d Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Tue, 22 Mar 2022 21:11:41 +0000 Subject: [PATCH] Switch to wildcard instead of version number Signed-off-by: Peter Nied --- .github/workflows/plugin_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin_install.yml b/.github/workflows/plugin_install.yml index 6e18dbc134..bc919997df 100644 --- a/.github/workflows/plugin_install.yml +++ b/.github/workflows/plugin_install.yml @@ -33,7 +33,7 @@ jobs: rm -f opensearch-*.tar.gz - name: Move and rename security plugin for installation - run: mv build/distributions/opensearch-security-${{env.OPENSEARCH_VERSION}}.0.zip opensearch-security.zip + run: mv build/distributions/opensearch-security-*.0.zip opensearch-security.zip - name: Run OpenSearch with plugin run: |