We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5af98 commit 0eb7611Copy full SHA for 0eb7611
.circleci/config.yml
@@ -359,7 +359,7 @@ jobs:
359
echo "... done."
360
du -ah --apparent-size *
361
cd snapshots
362
- for f in *.zip *.tgz; do
+ for f in *.tgz; do
363
aws s3 cp --no-progress $f s3://redismodules/$PACKAGE_NAME/snapshots/ --acl public-read
364
done
365
@@ -376,7 +376,7 @@ jobs:
376
command: |
377
cd workspace/artifacts
378
379
380
aws s3 cp --no-progress $f s3://redismodules/$PACKAGE_NAME/ --acl public-read
381
382
0 commit comments