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 940a60c commit f8d9dc1Copy full SHA for f8d9dc1
1 file changed
.github/workflows/publish.yml
@@ -42,18 +42,6 @@ jobs:
42
steps:
43
- name: checkout repository
44
uses: actions/checkout@v4
45
- - name: Sync translations
46
- uses: crowdin/github-action@v2
47
- with:
48
- upload_sources: false
49
- upload_translations: false
50
- download_sources: false
51
- download_translations: true
52
- push_translations: false
53
- env:
54
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
- CROWDIN_PROJECT_ID: 665004
56
- CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
57
- name: validate gradle wrapper
58
uses: gradle/wrapper-validation-action@v1
59
- name: setup jdk ${{ env.JAVA_VERSION }}
@@ -91,4 +79,4 @@ jobs:
91
79
uses: actions/upload-artifact@v3
92
80
with:
93
81
name: Artifacts
94
- path: ${{ matrix.loader.name }}/build/libs/
82
+ path: ${{ matrix.loader.name }}/build/libs/
0 commit comments