mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Add a manifests prefix to maintained apps sync (#43005)
This commit is contained in:
parent
3d7ccafdae
commit
05759e202d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue