Skip to content

Commit

Permalink
Add new validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Oct 24, 2024
1 parent 087738c commit 8945e3f
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
Expand Up @@ -200,7 +200,7 @@ jobs:
-a file://${{env.CURRENT_DIR}}/artifacts/wazuh-package.zip \
-s file://${{env.CURRENT_DIR}}/artifacts/security-package.zip \
-b file://${{env.CURRENT_DIR}}/artifacts/dashboard-package.zip \
${{ inputs.architecture == 'aarch64' || inputs.architecture == 'arm64' && '--arm' || '' }} \
${{(inputs.ARCHITECTURE == 'x86_64' || inputs.ARCHITECTURE == 'amd64') && '' || '--arm'}} \
--${{ inputs.system }} --debug ${{ env.PRODUCTION }}
- name: Test package
Expand Down

0 comments on commit 8945e3f

Please sign in to comment.