Skip to content

Commit

Permalink
Implement step summary to upload package to S3 step
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Oct 30, 2024
1 parent 5a88497 commit 67597d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ jobs:
dest="s3://packages-dev.internal.wazuh.com/development/wazuh/5.x/main/packages/"
aws s3 cp "$src" "$dest"
s3uri="${dest}${{ steps.package.outputs.name }}"
echo "::notice::S3 URI: ${s3uri}"
echo "::notice title=S3 URI::${s3uri}"
echo "### Package S3 URI" >> $GITHUB_STEP_SUMMARY
- name: Upload checksum to S3
if: ${{ inputs.upload && inputs.checksum }}
Expand Down

0 comments on commit 67597d8

Please sign in to comment.