Compare commits

...

2 Commits

Author SHA1 Message Date
Ing
1127343a02 add tr_TR 2024-04-26 05:41:01 +08:00
Ing
33a1053212 fix something 2024-04-26 04:55:15 +08:00
2 changed files with 1454 additions and 1 deletions

View File

@ -243,7 +243,7 @@ jobs:
echo "DLURL=${DLURL}" >> $GITHUB_ENV echo "DLURL=${DLURL}" >> $GITHUB_ENV
- name: Upload to Artifacts - name: Upload to Artifacts
if: success() if: env.iscustom == 'true' && success()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: rr-${{ env.model }}-${{ env.TAG }} name: rr-${{ env.model }}-${{ env.TAG }}

File diff suppressed because it is too large Load Diff