mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
fix: conditionally upload sources to Crowdin based on repository
- Updated the GitHub Actions workflow to conditionally upload sources to Crowdin only for the MCCTeam/Minecraft-Console-Client repository, enhancing the workflow's flexibility.
This commit is contained in:
parent
5c323772b3
commit
3073137006
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
uses: crowdin/github-action@v2.4.0
|
||||
if: steps.cache-check.outputs.cache-hit != 'true' && steps.crowdin-check.outputs.available == 'true'
|
||||
with:
|
||||
upload_sources: false
|
||||
upload_sources: ${{ github.repository == 'MCCTeam/Minecraft-Console-Client' }}
|
||||
upload_translations: false
|
||||
download_translations: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue