File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 aws s3 sync \
114114 dist/appstore-publish/v2/${{ steps.resolve_channel.outputs.channel }}/appstore/catalog \
115115 s3://artifact/websoft9/v2/${{ steps.resolve_channel.outputs.channel }}/appstore/catalog \
116- --no-delete -- endpoint-url "$AWS_ENDPOINT_URL"
116+ --endpoint-url "$AWS_ENDPOINT_URL"
117117
118118 - name : Upload v2 library metadata to Cloudflare R2
119119 env :
@@ -125,7 +125,7 @@ jobs:
125125 dist/appstore-publish/v2/${{ steps.resolve_channel.outputs.channel }}/appstore/library \
126126 s3://artifact/websoft9/v2/${{ steps.resolve_channel.outputs.channel }}/appstore/library \
127127 --exclude "apps/*" \
128- --no-delete -- endpoint-url "$AWS_ENDPOINT_URL"
128+ --endpoint-url "$AWS_ENDPOINT_URL"
129129
130130 - name : Upload v2 per-app packages to Cloudflare R2 (additive only)
131131 env :
@@ -149,4 +149,4 @@ jobs:
149149 aws s3 sync \
150150 dist/appstore-publish/v2/${{ steps.resolve_channel.outputs.channel }}/appstore/manifests \
151151 s3://artifact/websoft9/v2/${{ steps.resolve_channel.outputs.channel }}/appstore/manifests \
152- --no-delete -- endpoint-url "$AWS_ENDPOINT_URL"
152+ --endpoint-url "$AWS_ENDPOINT_URL"
You can’t perform that action at this time.
0 commit comments