Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Mar 21, 2024
1 parent 92670b1 commit e7875f5
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 @@ -399,4 +399,4 @@ jobs:
- name: Upload rpm to S3
if: contains(needs.test-package-rpm.result, 'success')
run: |
aws s3 cp ${{ env.CURRENT_DIR }}/dev-tools/build-packages/rpm/${{ env.PACKAGE_NAME_DEB}} s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/main/packages/
aws s3 cp ${{ env.CURRENT_DIR }}/dev-tools/build-packages/rpm/${{ env.PACKAGE_NAME_RPM}} s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/main/packages/

0 comments on commit e7875f5

Please sign in to comment.