Add a manifests prefix to maintained apps sync (#43005)

This commit is contained in:
Robert Fairburn 2026-04-03 16:23:12 -04:00 committed by GitHub
parent 3d7ccafdae
commit 05759e202d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ jobs:
aws s3 sync "${SYNC_ARGS[@]}" \
./ee/maintained-apps/outputs \
s3://${{ env.R2_BUCKET }} \
s3://${{ env.R2_BUCKET }}/manifests \
--endpoint-url="${R2_ENDPOINT}" || {
EXIT_CODE=$?
echo "❌ Sync failed with exit code: $EXIT_CODE" >&2