Skip to content

Commit

Permalink
add dropdown to action menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Mar 13, 2024
1 parent 7df1cdd commit a017f5e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ on:
required: true
default: ''
DISTRIBUTION:
description: 'Distribution to build (deb | rpm | all-platforms)'
type: choice
description: 'Distribution to build'
required: true
default: ''
options:
- deb
- rpm
- all-platforms
S3UPLOAD:
description: 'Upload to S3'
type: boolean
Expand Down Expand Up @@ -324,7 +328,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: wazuh-dashboard_${{ env.VERSION }}-${{ env.REVISION }}_amd64_${{env.COMMIT_SHA}}.deb
path: ${{ env.CURRENT_DIR }}/dev-tools/build-packages/deb/wazuh-dashboard_${{ env.VERSION }}-${{ env.REVISION }}_amd64_${{env.COMMIT_SHA}}.deb s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/main/packages/
path: ${{ env.CURRENT_DIR }}/dev-tools/build-packages/deb/wazuh-dashboard_${{ env.VERSION }}-${{ env.REVISION }}_amd64_${{env.COMMIT_SHA}}.deb

- name: Upload deb to S3
if: contains(needs.test-package-deb.result, 'success')
Expand Down

0 comments on commit a017f5e

Please sign in to comment.