We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6eb18 commit 9bc151cCopy full SHA for 9bc151c
.github/actions/download-translations/action.yml
@@ -44,3 +44,13 @@ runs:
44
printf "$XML_START$XML_LOCALES$XML_END" > wear/src/main/res/xml/locales_config.xml
45
46
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