Include DMG files when syncing release artifacts to AWS (#8972)
This commit is contained in:
parent
6b8d3601fe
commit
c1a6312ce3
|
|
@ -178,4 +178,5 @@ aws s3 sync ./ "s3://$BUCKET/" \
|
|||
--include "*.zip" \
|
||||
--include "*.DIGESTS" \
|
||||
--include "*.asc" \
|
||||
--include "*.dmg" \
|
||||
--acl public-read
|
||||
|
|
|
|||
Loading…
Reference in New Issue