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 9bc151c commit 1cf0dcaCopy full SHA for 1cf0dca
.github/actions/download-translations/action.yml
@@ -49,8 +49,3 @@ runs:
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
.github/workflows/pr.yml
@@ -54,6 +54,13 @@ jobs:
exit 1
fi
57
+ - name: Archive Translations
58
+ if: steps.changes.outputs.skip != 'true'
59
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
60
+ with:
61
+ name: strings
62
+ path: strings.zip
63
+
64
yamllint:
65
runs-on: ubuntu-latest
66
steps:
0 commit comments