Skip to content

Commit

Permalink
1 initialize reporting repository (#4)
Browse files Browse the repository at this point in the history
* Migrate from #2

* Rename plugin

* Fix path

---------

Signed-off-by: Álex Ruiz <[email protected]>
  • Loading branch information
AlexRuiz7 authored Sep 24, 2024
1 parent d052272 commit e809428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
plugin_name: wazuh-indexer-reporting
plugin_name: wazuh-indexer-reports-scheduler
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand All @@ -65,5 +65,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.plugin_name }}-${{ steps.version.outputs.version }}.${{ inputs.revision }}.zip
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
if-no-files-found: error

0 comments on commit e809428

Please sign in to comment.