We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f3c25 commit 32e5195Copy full SHA for 32e5195
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
build:
44
runs-on: ubuntu-latest
45
env:
46
- plugin_name: wazuh-indexer-reporting
+ plugin_name: wazuh-indexer-reports-scheduler
47
steps:
48
- uses: actions/checkout@v4
49
- uses: actions/setup-java@v4
@@ -65,5 +65,5 @@ jobs:
65
uses: actions/upload-artifact@v4
66
with:
67
name: ${{ env.plugin_name }}-${{ steps.version.outputs.version }}.${{ inputs.revision }}.zip
68
- path: build/distributions/wazuh-indexer-${{ env.plugin_name }}-${{ steps.version.outputs.version }}.${{ inputs.revision }}.zip
+ path: build/distributions/${{ env.plugin_name }}-${{ steps.version.outputs.version }}.${{ inputs.revision }}.zip
69
if-no-files-found: error
0 commit comments