Skip to content

Commit bc0034e

Browse files
author
zhlhlf
committed
更改release脚本 去掉没用的 -- 2
1 parent 4d1e91d commit bc0034e

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build_release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
- name: Build Lite Release
4242
run: |
4343
chmod +x build.sh
44-
./build.sh --release --compress --lite
45-
env:
46-
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
47-
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
44+
./build.sh --release --compress --lite --skip-i18n
4845
4946
- name: Upload Release Assets
5047
run: |

crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project_id_env: CROWDIN_PROJECT_ID
2-
api_token_env: CROWDIN_PERSONAL_TOKEN
2+
api_token_env: CROWDIN_API_TOKEN
33
preserve_hierarchy: true
44

55
files:

0 commit comments

Comments
 (0)