Skip to content

Commit 2af4b23

Browse files
authored
Merge pull request #2121 from Websoft9/feature/appstore-publish-migration
fix
2 parents 131dfa3 + 911d379 commit 2af4b23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/appstore-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)