Skip to content

Commit

Permalink
Fixes artifact workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed Jan 19, 2025
1 parent 6e0a87b commit 4ae9bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,6 @@ jobs:
test -s ./build/distributions/opensearch-security-$security_plugin_version.pom && \
test -s ./sample-resource-plugin/build/distributions/opensearch-sample-resource-plugin-$security_plugin_version.pom
- name: List files in build directory on failure
if: failure()
run: ls -al ./build/distributions/
- name: List files in build directory on failure
if: failure()
run: ls -al ./build/distributions/

0 comments on commit 4ae9bef

Please sign in to comment.