From e31be5602f5ed05671a78439aca87b41bbcf86d5 Mon Sep 17 00:00:00 2001 From: Nicolas Agustin Guevara Pihen Date: Tue, 5 Nov 2024 13:10:23 -0300 Subject: [PATCH] Fix problem with dashboard artifact name --- .github/workflows/build_wazuh_dashboard_with_plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wazuh_dashboard_with_plugins.yml b/.github/workflows/build_wazuh_dashboard_with_plugins.yml index 6d21d53cc1df..0cbfe1be4a48 100644 --- a/.github/workflows/build_wazuh_dashboard_with_plugins.yml +++ b/.github/workflows/build_wazuh_dashboard_with_plugins.yml @@ -156,7 +156,7 @@ jobs: else PRODUCTION="" fi - WAZUH_DASHBOARD_SLIM=wazuh-dashboard_${VERSION}-${REVISION}_x64.tar.gz + WAZUH_DASHBOARD_SLIM=wazuh-dashboard_${VERSION}-${REVISION}_${{ (inputs.ARCHITECTURE == 'x86_64' || inputs.ARCHITECTURE == 'amd64') && 'x64' || 'arm64' }}.tar.gz WAZUH_SECURITY_PLUGIN=wazuh-security-dashboards-plugin_${VERSION}-${REVISION}_${{ inputs.reference_security_plugins }}.zip WAZUH_REPORT_PLUGIN=reports-dashboards_${VERSION}-${REVISION}_${{ inputs.reference_report_plugins }}.zip WAZUH_PLUGINS=wazuh-dashboard-plugins_${VERSION}-${REVISION}_${{ inputs.reference_wazuh_plugins }}.zip @@ -330,7 +330,7 @@ jobs: name: ${{ needs.setup-variables.outputs.PACKAGE_NAME }} path: ${{ needs.setup-variables.outputs.CURRENT_DIR }}/dev-tools/build-packages/output/${{ inputs.system }}/${{needs.setup-variables.outputs.FINAL_NAME}} retention-days: 30 - + - name: Set up AWS CLI if: ${{ inputs.upload }} uses: aws-actions/configure-aws-credentials@v4