Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build rootfs workflow not uploading the artifacts to S3 #345

Conversation

austinvazquez
Copy link
Member

@austinvazquez austinvazquez commented Jun 26, 2024

Issue #, if available:
Found via https://github.com/runfinch/finch-core/actions/runs/9686876109

Description of changes:
This change adds --recursive flag to the aws s3 cp command to apply the copy to S3 bucket to all files on the local path which match the artifact pattern.

Testing done:
Tested aws s3 cp locally using --recursive flag.

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This change adds --recursive flag to the aws s3 cp command to apply the
copy to S3 bucket to all files on the local path which match the
artifact pattern.

Signed-off-by: Austin Vazquez <[email protected]>
@austinvazquez austinvazquez marked this pull request as ready for review June 26, 2024 21:49
@austinvazquez austinvazquez merged commit 19274d9 into runfinch:main Jun 26, 2024
9 checks passed
@austinvazquez austinvazquez deleted the fix-build-rootfs-workflow-upload-artifacts branch June 26, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants