fix: add s3 region info (#1486)

This commit is contained in:
Weny Xu
2023-04-27 18:35:34 +09:00
committed by GitHub
parent 8e3c3cbc40
commit 47f1cbaaed
2 changed files with 7 additions and 4 deletions

View File

@@ -224,6 +224,7 @@ jobs:
GT_S3_BUCKET: ${{ secrets.S3_BUCKET }}
GT_S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
GT_S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
GT_S3_REGION: ${{ secrets.S3_REGION }}
UNITTEST_LOG_DIR: "__unittest_logs"
- name: Codecov upload
uses: codecov/codecov-action@v2