Skip to content

Commit

Permalink
Fix case of input
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Oct 24, 2024
1 parent 214c90f commit e977729
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 == 'x86_64' || inputs.ARCHITECTURE == 'amd64') && '' || '--arm'}} \
${{(inputs.architecture == 'x86_64' || inputs.architecture == 'amd64') && '' || '--arm'}} \
--${{ inputs.system }} --debug ${{ env.PRODUCTION }}
- name: Test package
Expand Down

0 comments on commit e977729

Please sign in to comment.