Skip to content

Commit

Permalink
Switch to wildcard instead of version number
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Mar 22, 2022
1 parent 4d6b6e6 commit 1b1a3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1b1a3b5

Please sign in to comment.