Skip to content

Commit 32e5195

Browse files
AlexRuiz7Jorgesnchz
authored andcommitted
1 initialize reporting repository (#4)
* Migrate from #2 * Rename plugin * Fix path --------- Signed-off-by: Álex Ruiz <[email protected]>
1 parent 08f3c25 commit 32e5195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
build:
4444
runs-on: ubuntu-latest
4545
env:
46-
plugin_name: wazuh-indexer-reporting
46+
plugin_name: wazuh-indexer-reports-scheduler
4747
steps:
4848
- uses: actions/checkout@v4
4949
- uses: actions/setup-java@v4
@@ -65,5 +65,5 @@ jobs:
6565
uses: actions/upload-artifact@v4
6666
with:
6767
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
68+
path: build/distributions/${{ env.plugin_name }}-${{ steps.version.outputs.version }}.${{ inputs.revision }}.zip
6969
if-no-files-found: error

0 commit comments

Comments
 (0)