mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-21 11:45:25 +01:00
Try downloading sources from Crowdin instead of building source during download
This commit is contained in:
parent
4907d872b6
commit
c0f1d6707a
13
.github/workflows/crowdin-download.yaml
vendored
13
.github/workflows/crowdin-download.yaml
vendored
@ -11,23 +11,12 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: "adopt"
|
||||
java-version: "17"
|
||||
- name: Make gradlew executable
|
||||
run: "sudo chmod +x gradlew"
|
||||
- name: Build i18n application
|
||||
run: "./gradlew i18n:build"
|
||||
- name: Generate translation source
|
||||
run: "java -jar i18n/build/libs/i18n-all.jar"
|
||||
- name: Download translations from Crowdin
|
||||
uses: crowdin/github-action@v1
|
||||
with:
|
||||
upload_sources: false
|
||||
upload_translations: false
|
||||
download_sources: false
|
||||
download_sources: true
|
||||
download_translations: true
|
||||
download_translations_args: "--verbose"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user