Skip to content

Commit e33243f

Browse files
committed
Fixed file lists in Upload-Beta-To-S3.
1 parent 5714ff9 commit e33243f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

WatchApp/extras/Publishing/Upload-Beta-To-S3

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ aws s3 cp \
1414
"$prg_dir" \
1515
"s3://$bucket"/ \
1616
--recursive \
17-
--include '*.xml' \
18-
--exclude '**/mir/*' \
19-
--exclude '**/internal-mir/*' \
20-
--exclude '*.mc' \
21-
--exclude '**/gen/*'
17+
--exclude '*' \
18+
--include 'index.html' \
19+
--include '**/*.prg' \
20+
--include '**/*-settings.json' \
21+
--include '**/*.prg.debug.xml' \
22+
--include '**/Handsfree-beta-*.TXT'

0 commit comments

Comments
 (0)