Skip to content

Commit 9bc151c

Browse files
authored
Bring back strings.zip (#6668)
1 parent 4c6eb18 commit 9bc151c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/actions/download-translations/action.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,13 @@ runs:
4444
printf "$XML_START$XML_LOCALES$XML_END" > wear/src/main/res/xml/locales_config.xml
4545
4646
echo "Complete"
47+
48+
- name: Zip Translations
49+
shell: bash
50+
run: zip -r strings.zip common/src/main/res/values/strings.xml common/src/main/res/values-*/strings.xml
51+
52+
- name: Archive Translations
53+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
54+
with:
55+
name: strings
56+
path: strings.zip

0 commit comments

Comments
 (0)