Skip to content

Commit 4571b28

Browse files
fix path to copy docker artifacts
1 parent b63b549 commit 4571b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-stores.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Download Docker images
2121
run: |
2222
mkdir release
23-
aws s3 cp s3://${AWS_BUCKET_NAME}/public/latest/docker ./release/docker --recursive
23+
aws s3 cp s3://${AWS_BUCKET_NAME}/public/latest/docker ./release --recursive
2424
2525
- name: Publish docker
2626
env:

0 commit comments

Comments
 (0)