Skip to content

Commit

Permalink
Fix typo on package step
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Oct 30, 2024
1 parent 5bbf692 commit f9513c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
id: package_in_s3

- name: Upload package to S3
if: ${{ inputs.upload && steps.exists_in_s3.outputs.exists == 'false' }}
if: ${{ inputs.upload && steps.package_in_s3.outputs.exists == 'false' }}
run: |
src="artifacts/dist/${{ steps.package.outputs.name }}"
dest="s3://packages-dev.internal.wazuh.com/development/wazuh/5.x/main/packages/"
Expand Down

0 comments on commit f9513c4

Please sign in to comment.