Skip to content

Commit cc78a3c

Browse files
Update S3 upload workflow to include XML files
Removed exclusion of XML files from S3 upload.
1 parent d65a7ca commit cc78a3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/upload-to-s3.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
- name: Upload icons to S3
4141
run: |
4242
aws s3 sync icons/ "s3://${{ vars.S3_BUCKET }}/${{ env.VERSION }}/icons/svg/" \
43-
--exclude "*.xml" \
4443
--delete
4544
4645
- name: Upload EHLDs to S3

0 commit comments

Comments
 (0)