mirror of
https://github.com/VigorousPro/TS3-Translation_zh-CN
synced 2025-01-30 09:42:47 +08:00
Update build.yml
This commit is contained in:
parent
520a056dde
commit
13e8004f92
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -50,15 +50,15 @@ jobs:
|
|||||||
name: Chinese_Translation_zh-CN.ts3_translation
|
name: Chinese_Translation_zh-CN.ts3_translation
|
||||||
path: Chinese_Translation_zh-CN.ts3_translation
|
path: Chinese_Translation_zh-CN.ts3_translation
|
||||||
|
|
||||||
- name: Setup Ossutil
|
# - name: Setup Ossutil
|
||||||
uses: manyuanrong/setup-ossutil@v2.0
|
# uses: manyuanrong/setup-ossutil@v2.0
|
||||||
with:
|
# with:
|
||||||
endpoint: ${{ secrets.OSS_ENDPOINT }}
|
# endpoint: ${{ secrets.OSS_ENDPOINT }}
|
||||||
access-key-id: ${{ secrets.OSS_KEY_ID }}
|
# access-key-id: ${{ secrets.OSS_KEY_ID }}
|
||||||
access-key-secret: ${{ secrets.OSS_KEY_SECRET }}
|
# access-key-secret: ${{ secrets.OSS_KEY_SECRET }}
|
||||||
|
|
||||||
- name: Upload
|
# - name: Upload
|
||||||
run: ossutil cp -f Chinese_Translation_zh-CN.ts3_translation oss://edison-storage/
|
# run: ossutil cp -f Chinese_Translation_zh-CN.ts3_translation oss://edison-storage/
|
||||||
|
|
||||||
- name: Group notify
|
- name: Group notify
|
||||||
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
|
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
|
||||||
|
Loading…
Reference in New Issue
Block a user