Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problem
Browse files Browse the repository at this point in the history
Tostti committed Mar 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 601e3d8 commit c6b3924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
@@ -315,7 +315,7 @@ jobs:
- name: Download deb package
uses: actions/download-artifact@v3
with:
name: wazuh-dashboard-${{ env.VERSION }}_${{ env.REVISION }}_amd64.deb
name: wazuh-dashboard_${{ env.VERSION }}-${{ env.REVISION }}_amd64.deb
path: ${{ env.CURRENT_DIR }}/dev-tools/build-packages/deb

- name: Upload deb to S3

0 comments on commit c6b3924

Please sign in to comment.