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 "*.zip" \
|
||||||
--include "*.DIGESTS" \
|
--include "*.DIGESTS" \
|
||||||
--include "*.asc" \
|
--include "*.asc" \
|
||||||
|
--include "*.dmg" \
|
||||||
--acl public-read
|
--acl public-read
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue