Skip to content

Commit 8741305

Browse files
committed
fix
1 parent 9bedd3b commit 8741305

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/preview.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
AWS_ACCESS_KEY_ID: ${{ secrets.PREVIEW_S3_ACCESS_KEY }}
5252
AWS_SECRET_ACCESS_KEY: ${{ secrets.PREVIEW_S3_SECRET_KEY }}
5353
STORAGE_ENDPOINT: ${{ vars.PREVIEW_S3_ENDPOINT }}
54-
# TODO: STORAGE_REGION: ru-central1
5554
STORAGE_REGION: ${{ vars.PREVIEW_S3_REGION }}
5655
STORAGE_BUCKET: ${{ vars.PREVIEW_S3_BUCKET }}
5756
STORAGE_PREFIX: ${{ env.INPUT_PATH }}
@@ -61,7 +60,7 @@ jobs:
6160
if: github.event_name == 'pull_request'
6261
with:
6362
name: ${{ env.REPOSITORY_NAME }}
64-
path: ./build/preview/${{ github.event.pull_request.number || github.ref_name }}/${{ env.INPUT_PATH }}
63+
path: ./build/${{ env.REPOSITORY_NAME }}/${{ github.event.pull_request.number || github.ref_name }}/${{ env.INPUT_PATH }}
6564
retention-days: 7
6665
- name: create or update pr comment
6766
uses: actions/github-script@v7

0 commit comments

Comments
 (0)