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: |